#D80DE0

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

Shades of Deep Magenta #D80DE0

Tints of Deep Magenta #D80DE0

Color information

#D80DE0 (or 0xD80DE0) is unknown color: approx Deep Magenta. HEX triplet: D8, 0D and E0. RGB value is (216,13,224). Sum of RGB (Red+Green+Blue) = 216+13+224=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #D80DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DE0 is #27F21F. Grayscale: #616161. Windows color (decimal): -2617888 or 14683608. OLE color: 14683608.

HSL color Cylindrical-coordinate representation of color #D80DE0: hue angle of 297.73º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80DE0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21613224-
CMYK0.040.9400.12
HSL297.73º89.03%46.47%-
HSV(B)297.73º94.2%87.84%-
XYZ41.9220.2772.22-
YUV97.75199.25212.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.68%
GREEN value IS 13 (5.47% from 255) = 2.87%
BLUE value IS 224 (87.89% from 255) = 49.45%
R=47.68%
G=2.87%
B=49.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216132240.040.9400.12297.7389.0346.47
HexD8DE045E0C12a592e
Octal33015340413601445213156
Binary110110001101111000001001011110011001001010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80DE0; }

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

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

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

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

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

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

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

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