#D80AE1

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

Shades of Deep Magenta #D80AE1

Tints of Deep Magenta #D80AE1

Color information

#D80AE1 (or 0xD80AE1) is unknown color: approx Deep Magenta. HEX triplet: D8, 0A and E1. RGB value is (216,10,225). Sum of RGB (Red+Green+Blue) = 216+10+225=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #D80AE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AE1 is #27F51E. Grayscale: #5F5F5F. Windows color (decimal): -2618655 or 14748376. OLE color: 14748376.

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

Color convert

RGB21610225-
CMYK0.040.9600.12
HSL297.49º91.49%46.08%-
HSV(B)297.49º95.56%88.24%-
XYZ42.0220.2572.93-
YUV96.1200.75213.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=47.89%
G=2.22%
B=49.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal216102250.040.9600.12297.4991.4946.08
HexD8AE14600C1295b2e
Octal33012341414001445113356
Binary110110001010111000011001100000011001001010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80AE1; }

 p { color: rgb(216,10,225); }

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

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

 a { background-color: rgb(216,10,225); }

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

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

 span { border-color: rgb(216,10,225); }

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