Html Css Color HEX #D036CC Fuchsia

📋 copy color: '#D036CC'

red 208 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #D036CC

Tints of Fuchsia #D036CC

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 44.64%
G = 11.59%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D036CC (or 0xD036CC) is known color: Fuchsia. HEX triplet: D0, 36 and CC. RGB value is (208,54,204). Sum of RGB (Red+Green+Blue) = 208+54+204=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D036CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D036CC is #2FC933. Grayscale: #747474. Windows color (decimal): -3131700 or 13383376. OLE color: 13383376.

HSL color Cylindrical-coordinate representation of color #D036CC: hue angle of 301.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D036CC is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 204 -
CMYK 0 0.74 0.02 0.18
HSL 301.56º 0.62% 0.51% -
HSV(B) 301.56º 0.74% 0.82% -
XYZ 38.23 20.41 59.05 -
YUV 117.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 208 54 204 0 0.74 0.02 0.18 301.56 0.62 0.51
Hex D0 36 CC 0 4A 2 12 12E 3E 33
Octal 320 66 314 0 112 2 22 456 76 63
Binary 11010000 110110 11001100 0 1001010 10 10010 100101110 111110 110011

Color Harmonies of #D036CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D036CC

Black with #D036CC

Text Example


Text Example

White with #D036CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D036CC; }

 p { color: rgb(208,54,204); }

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

background-color css

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

 a { background-color: rgb(208,54,204); }

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

border-color css

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

 span { border-color: rgb(208,54,204); }

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