Html Css Color HEX #D836CA Fuchsia

📋 copy color: '#D836CA'

red 216 ◦ green 54 ◦ blue 202

#D836CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D836CA

Tints of Fuchsia #D836CA

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

 GREEN value IS 54 (21.48% from 255) = 11.44%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 45.76%
G = 11.44%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D836CA (or 0xD836CA) is known color: Fuchsia. HEX triplet: D8, 36 and CA. RGB value is (216,54,202). Sum of RGB (Red+Green+Blue) = 216+54+202=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D836CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836CA is #27C935. Grayscale: #767676. Windows color (decimal): -2607414 or 13252312. OLE color: 13252312.

HSL color Cylindrical-coordinate representation of color #D836CA: hue angle of 305.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836CA is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 202 -
CMYK 0 0.75 0.06 0.15
HSL 305.19º 0.68% 0.53% -
HSV(B) 305.19º 0.75% 0.85% -
XYZ 40.3 21.5 57.9 -
YUV 119.31 174.67 196.97 -
System Red Green Blue C M Y K H S L
Decimal 216 54 202 0 0.75 0.06 0.15 305.19 0.68 0.53
Hex D8 36 CA 0 4B 6 F 131 44 35
Octal 330 66 312 0 113 6 17 461 104 65
Binary 11011000 110110 11001010 0 1001011 110 1111 100110001 1000100 110101

Color Harmonies of #D836CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836CA

Black with #D836CA

Text Example


Text Example

White with #D836CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836CA; }

 p { color: rgb(216,54,202); }

 H1.HeaderClassName
 {
   color: #D836CA;
 }
 .AnyTagClassName
 {
   color: #D836CA;
 }
</style>

background-color css

<style>
 a { background-color: #D836CA; }

 a { background-color: rgb(216,54,202); }

 div.DivClassName
 {
   background-color: #D836CA;
 }
 .BgClassName
 {
   background-color: #D836CA;
 }
</style>

border-color css

<style>
 span { border-color: #D836CA; }

 span { border-color: rgb(216,54,202); }

 td.TdClassName
 {
   border-color: #D836CA;
 }
 .TagClassName
 {
   border-color: #D836CA;
 }
</style>