#D80ADE

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

Shades of Deep Magenta #D80ADE

Tints of Deep Magenta #D80ADE

Color information

#D80ADE (or 0xD80ADE) is unknown color: approx Deep Magenta. HEX triplet: D8, 0A and DE. RGB value is (216,10,222). Sum of RGB (Red+Green+Blue) = 216+10+222=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #D80ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ADE is #27F521. Grayscale: #5F5F5F. Windows color (decimal): -2618658 or 14551768. OLE color: 14551768.

HSL color Cylindrical-coordinate representation of color #D80ADE: hue angle of 298.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80ADE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21610222-
CMYK0.030.9500.13
HSL298.3º91.38%45.49%-
HSV(B)298.3º95.5%87.06%-
XYZ41.6120.0970.79-
YUV95.76199.25213.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 10 (4.30% from 255) = 2.23%
BLUE value IS 222 (87.11% from 255) = 49.55%
R=48.21%
G=2.23%
B=49.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216102220.030.9500.13298.391.3845.49
HexD8ADE35F0D12a5b2d
Octal33012336313701545213355
Binary11011000101011011110111011111011011001010101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80ADE; }

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

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

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

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

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

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

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

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