Html Css Color HEX #D809C5 Deep Magenta

📋 copy color: '#D809C5'

red 216 ◦ green 9 ◦ blue 197

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

Shades of Deep Magenta #D809C5

Tints of Deep Magenta #D809C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.68%

R = 51.18%
G = 2.13%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D809C5 (or 0xD809C5) is known color: Deep Magenta. HEX triplet: D8, 09 and C5. RGB value is (216,9,197). Sum of RGB (Red+Green+Blue) = 216+9+197=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D809C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809C5 is #27F63A. Grayscale: #5B5B5B. Windows color (decimal): -2618939 or 12913112. OLE color: 12913112.

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

Color convert

RGB 216 9 197 -
CMYK 0 0.96 0.09 0.15
HSL 305.51º 0.92% 0.44% -
HSV(B) 305.51º 0.96% 0.85% -
XYZ 38.49 18.83 54.43 -
YUV 92.33 187.08 216.21 -
System Red Green Blue C M Y K H S L
Decimal 216 9 197 0 0.96 0.09 0.15 305.51 0.92 0.44
Hex D8 9 C5 0 60 9 F 132 5C 2C
Octal 330 11 305 0 140 11 17 462 134 54
Binary 11011000 1001 11000101 0 1100000 1001 1111 100110010 1011100 101100

Color Harmonies of #D809C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809C5

Black with #D809C5

Text Example


Text Example

White with #D809C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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