#D80EC8

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

Shades of Deep Magenta #D80EC8

Tints of Deep Magenta #D80EC8

Color information

#D80EC8 (or 0xD80EC8) is unknown color: approx Deep Magenta. HEX triplet: D8, 0E and C8. RGB value is (216,14,200). Sum of RGB (Red+Green+Blue) = 216+14+200=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80EC8 is #27F137. Grayscale: #5F5F5F. Windows color (decimal): -2617656 or 13111000. OLE color: 13111000.

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

Color convert

RGB21614200-
CMYK00.940.070.15
HSL304.75º87.83%45.1%-
HSV(B)304.75º93.52%84.71%-
XYZ38.919.0856.28-
YUV95.6186.92213.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 14 (5.86% from 255) = 3.26%
BLUE value IS 200 (78.52% from 255) = 46.51%
R=50.23%
G=3.26%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161420000.940.070.15304.7587.8345.1
HexD8EC805E7F131582d
Octal33016310013671746113055
Binary110110001110110010000101111011111111001100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80EC8; }

 p { color: rgb(216,14,200); }

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

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

 a { background-color: rgb(216,14,200); }

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

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

 span { border-color: rgb(216,14,200); }

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