Html Css Color HEX #D802C0 Deep Magenta

📋 copy color: '#D802C0'

red 216 ◦ green 2 ◦ blue 192

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

Shades of Deep Magenta #D802C0

Tints of Deep Magenta #D802C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.83%

R = 52.68%
G = 0.49%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D802C0 (or 0xD802C0) is known color: Deep Magenta. HEX triplet: D8, 02 and C0. RGB value is (216,2,192). Sum of RGB (Red+Green+Blue) = 216+2+192=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D802C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D802C0 is #27FD3F. Grayscale: #575757. Windows color (decimal): -2620736 or 12583640. OLE color: 12583640.

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

Color convert

RGB 216 2 192 -
CMYK 0 0.99 0.11 0.15
HSL 306.73º 0.98% 0.43% -
HSV(B) 306.73º 0.99% 0.85% -
XYZ 37.86 18.45 51.43 -
YUV 87.65 186.9 219.55 -
System Red Green Blue C M Y K H S L
Decimal 216 2 192 0 0.99 0.11 0.15 306.73 0.98 0.43
Hex D8 2 C0 0 63 B F 133 62 2B
Octal 330 2 300 0 143 13 17 463 142 53
Binary 11011000 10 11000000 0 1100011 1011 1111 100110011 1100010 101011

Color Harmonies of #D802C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802C0

Black with #D802C0

Text Example


Text Example

White with #D802C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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