Html Css Color HEX #D809D0 Deep Magenta

📋 copy color: '#D809D0'

red 216 ◦ green 9 ◦ blue 208

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

Shades of Deep Magenta #D809D0

Tints of Deep Magenta #D809D0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.08%

 BLUE value IS 208 (81.64% from 255) = 48.04%

R = 49.88%
G = 2.08%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D809D0 (or 0xD809D0) is known color: Deep Magenta. HEX triplet: D8, 09 and D0. RGB value is (216,9,208). Sum of RGB (Red+Green+Blue) = 216+9+208=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D809D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809D0 is #27F62F. Grayscale: #5C5C5C. Windows color (decimal): -2618928 or 13634008. OLE color: 13634008.

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

Color convert

RGB 216 9 208 -
CMYK 0 0.96 0.04 0.15
HSL 302.32º 0.92% 0.44% -
HSV(B) 302.32º 0.96% 0.85% -
XYZ 39.8 19.35 61.31 -
YUV 93.58 192.58 215.32 -
System Red Green Blue C M Y K H S L
Decimal 216 9 208 0 0.96 0.04 0.15 302.32 0.92 0.44
Hex D8 9 D0 0 60 4 F 12E 5C 2C
Octal 330 11 320 0 140 4 17 456 134 54
Binary 11011000 1001 11010000 0 1100000 100 1111 100101110 1011100 101100

Color Harmonies of #D809D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809D0

Black with #D809D0

Text Example


Text Example

White with #D809D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809D0; }

 p { color: rgb(216,9,208); }

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

background-color css

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

 a { background-color: rgb(216,9,208); }

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

border-color css

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

 span { border-color: rgb(216,9,208); }

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