Html Css Color HEX #D809C9 Deep Magenta

📋 copy color: '#D809C9'

red 216 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #D809C9

Tints of Deep Magenta #D809C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 50.7%
G = 2.11%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D809C9 (or 0xD809C9) is known color: Deep Magenta. HEX triplet: D8, 09 and C9. RGB value is (216,9,201). Sum of RGB (Red+Green+Blue) = 216+9+201=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 9 (3.91% from 255 or 2.11% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D809C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809C9 is #27F636. Grayscale: #5C5C5C. Windows color (decimal): -2618935 or 13175256. OLE color: 13175256.

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

Color convert

RGB 216 9 201 -
CMYK 0 0.96 0.07 0.15
HSL 304.35º 0.92% 0.44% -
HSV(B) 304.35º 0.96% 0.85% -
XYZ 38.96 19.01 56.87 -
YUV 92.78 189.08 215.89 -
System Red Green Blue C M Y K H S L
Decimal 216 9 201 0 0.96 0.07 0.15 304.35 0.92 0.44
Hex D8 9 C9 0 60 7 F 130 5C 2C
Octal 330 11 311 0 140 7 17 460 134 54
Binary 11011000 1001 11001001 0 1100000 111 1111 100110000 1011100 101100

Color Harmonies of #D809C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809C9

Black with #D809C9

Text Example


Text Example

White with #D809C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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