#D80DD0

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

Shades of Deep Magenta #D80DD0

Tints of Deep Magenta #D80DD0

Color information

#D80DD0 (or 0xD80DD0) is unknown color: approx Deep Magenta. HEX triplet: D8, 0D and D0. RGB value is (216,13,208). Sum of RGB (Red+Green+Blue) = 216+13+208=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DD0 is #27F22F. Grayscale: #5F5F5F. Windows color (decimal): -2617904 or 13635032. OLE color: 13635032.

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

Color convert

RGB21613208-
CMYK00.940.040.15
HSL302.36º88.65%44.9%-
HSV(B)302.36º93.98%84.71%-
XYZ39.8519.4461.33-
YUV95.93191.25213.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.43%
GREEN value IS 13 (5.47% from 255) = 2.97%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=49.43%
G=2.97%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161320800.940.040.15302.3688.6544.9
HexD8DD005E4F12e592d
Octal33015320013641745613155
Binary110110001101110100000101111010011111001011101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80DD0; }

 p { color: rgb(216,13,208); }

 H1.HeaderClassName
 {
   color: #D80DD0;
 }
 .AnyTagClassName
 {
   color: #D80DD0;
 }
</style>
background-color css

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

 a { background-color: rgb(216,13,208); }

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

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

 span { border-color: rgb(216,13,208); }

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