Html Css Color HEX #D80CD2 Deep Magenta

📋 copy color: '#D80CD2'

red 216 ◦ green 12 ◦ blue 210

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

Shades of Deep Magenta #D80CD2

Tints of Deep Magenta #D80CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.74%

 BLUE value IS 210 (82.42% from 255) = 47.95%

R = 49.32%
G = 2.74%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D80CD2 (or 0xD80CD2) is known color: Deep Magenta. HEX triplet: D8, 0C and D2. RGB value is (216,12,210). Sum of RGB (Red+Green+Blue) = 216+12+210=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CD2 is #27F32D. Grayscale: #5E5E5E. Windows color (decimal): -2618158 or 13765848. OLE color: 13765848.

HSL color Cylindrical-coordinate representation of color #D80CD2: hue angle of 301.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CD2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 210 -
CMYK 0 0.94 0.03 0.15
HSL 301.76º 0.89% 0.45% -
HSV(B) 301.76º 0.94% 0.85% -
XYZ 40.08 19.52 62.63 -
YUV 95.57 192.59 213.9 -
System Red Green Blue C M Y K H S L
Decimal 216 12 210 0 0.94 0.03 0.15 301.76 0.89 0.45
Hex D8 C D2 0 5E 3 F 12E 59 2D
Octal 330 14 322 0 136 3 17 456 131 55
Binary 11011000 1100 11010010 0 1011110 11 1111 100101110 1011001 101101

Color Harmonies of #D80CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CD2

Black with #D80CD2

Text Example


Text Example

White with #D80CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CD2; }

 p { color: rgb(216,12,210); }

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

background-color css

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

 a { background-color: rgb(216,12,210); }

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

border-color css

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

 span { border-color: rgb(216,12,210); }

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