#D80CD2

Color #D80CD2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D80CD2

Tints of Deep Magenta #D80CD2

Color information

#D80CD2 (or 0xD80CD2) is unknown color: approx 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

RGB21612210-
CMYK00.940.030.15
HSL301.76º89.47%44.71%-
HSV(B)301.76º94.44%84.71%-
XYZ40.0819.5262.63-
YUV95.57192.59213.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161221000.940.030.15301.7689.4744.71
HexD8CD205E3F12e592d
Octal33014322013631745613155
Binary11011000110011010010010111101111111001011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>