Html Css Color HEX #D802C9 Deep Magenta

📋 copy color: '#D802C9'

red 216 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #D802C9

Tints of Deep Magenta #D802C9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 51.55%
G = 0.48%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D802C9 (or 0xD802C9) is known color: Deep Magenta. HEX triplet: D8, 02 and C9. RGB value is (216,2,201). Sum of RGB (Red+Green+Blue) = 216+2+201=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D802C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802C9 is #27FD36. Grayscale: #585858. Windows color (decimal): -2620727 or 13173464. OLE color: 13173464.

HSL color Cylindrical-coordinate representation of color #D802C9: hue angle of 304.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802C9 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 201 -
CMYK 0 0.99 0.07 0.15
HSL 304.21º 0.98% 0.43% -
HSV(B) 304.21º 0.99% 0.85% -
XYZ 38.88 18.86 56.85 -
YUV 88.67 191.4 218.82 -
System Red Green Blue C M Y K H S L
Decimal 216 2 201 0 0.99 0.07 0.15 304.21 0.98 0.43
Hex D8 2 C9 0 63 7 F 130 62 2B
Octal 330 2 311 0 143 7 17 460 142 53
Binary 11011000 10 11001001 0 1100011 111 1111 100110000 1100010 101011

Color Harmonies of #D802C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802C9

Black with #D802C9

Text Example


Text Example

White with #D802C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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