Html Css Color HEX #D809CA Deep Magenta

📋 copy color: '#D809CA'

red 216 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #D809CA

Tints of Deep Magenta #D809CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 50.59%
G = 2.11%
B = 47.31%

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

#D809CA (or 0xD809CA) is known color: Deep Magenta. HEX triplet: D8, 09 and CA. RGB value is (216,9,202). Sum of RGB (Red+Green+Blue) = 216+9+202=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D809CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809CA is #27F635. Grayscale: #5C5C5C. Windows color (decimal): -2618934 or 13240792. OLE color: 13240792.

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

Color convert

RGB 216 9 202 -
CMYK 0 0.96 0.06 0.15
HSL 304.06º 0.92% 0.44% -
HSV(B) 304.06º 0.96% 0.85% -
XYZ 39.08 19.06 57.5 -
YUV 92.9 189.58 215.81 -
System Red Green Blue C M Y K H S L
Decimal 216 9 202 0 0.96 0.06 0.15 304.06 0.92 0.44
Hex D8 9 CA 0 60 6 F 130 5C 2C
Octal 330 11 312 0 140 6 17 460 134 54
Binary 11011000 1001 11001010 0 1100000 110 1111 100110000 1011100 101100

Color Harmonies of #D809CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809CA

Black with #D809CA

Text Example


Text Example

White with #D809CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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