Html Css Color HEX #D808CC Deep Magenta

📋 copy color: '#D808CC'

red 216 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #D808CC

Tints of Deep Magenta #D808CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.87%

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

R = 50.47%
G = 1.87%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D808CC (or 0xD808CC) is known color: Deep Magenta. HEX triplet: D8, 08 and CC. RGB value is (216,8,204). Sum of RGB (Red+Green+Blue) = 216+8+204=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D808CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808CC is #27F733. Grayscale: #5B5B5B. Windows color (decimal): -2619188 or 13371608. OLE color: 13371608.

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

Color convert

RGB 216 8 204 -
CMYK 0 0.96 0.06 0.15
HSL 303.46º 0.93% 0.44% -
HSV(B) 303.46º 0.96% 0.85% -
XYZ 39.3 19.13 58.75 -
YUV 92.54 190.91 216.06 -
System Red Green Blue C M Y K H S L
Decimal 216 8 204 0 0.96 0.06 0.15 303.46 0.93 0.44
Hex D8 8 CC 0 60 6 F 12F 5D 2C
Octal 330 10 314 0 140 6 17 457 135 54
Binary 11011000 1000 11001100 0 1100000 110 1111 100101111 1011101 101100

Color Harmonies of #D808CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808CC

Black with #D808CC

Text Example


Text Example

White with #D808CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808CC; }

 p { color: rgb(216,8,204); }

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

background-color css

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

 a { background-color: rgb(216,8,204); }

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

border-color css

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

 span { border-color: rgb(216,8,204); }

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