Html Css Color HEX #D808D9 Deep Magenta

📋 copy color: '#D808D9'

red 216 ◦ green 8 ◦ blue 217

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

Shades of Deep Magenta #D808D9

Tints of Deep Magenta #D808D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.21%

R = 48.98%
G = 1.81%
B = 49.21%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D808D9 (or 0xD808D9) is known color: Deep Magenta. HEX triplet: D8, 08 and D9. RGB value is (216,8,217). Sum of RGB (Red+Green+Blue) = 216+8+217=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 8 (3.52% from 255 or 1.81% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #D808D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808D9 is #27F726. Grayscale: #5D5D5D. Windows color (decimal): -2619175 or 14223576. OLE color: 14223576.

HSL color Cylindrical-coordinate representation of color #D808D9: hue angle of 299.71º 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 #D808D9 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 8 217 -
CMYK 0.00 0.96 0 0.15
HSL 299.71º 0.93% 0.44% -
HSV(B) 299.71º 0.96% 0.85% -
XYZ 40.93 19.78 67.31 -
YUV 94.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 216 8 217 0.00 0.96 0 0.15 299.71 0.93 0.44
Hex D8 8 D9 0 60 0 F 12C 5D 2C
Octal 330 10 331 0 140 0 17 454 135 54
Binary 11011000 1000 11011001 0 1100000 0 1111 100101100 1011101 101100

Color Harmonies of #D808D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808D9

Black with #D808D9

Text Example


Text Example

White with #D808D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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