#D80AD4

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

Shades of Deep Magenta #D80AD4

Tints of Deep Magenta #D80AD4

Color information

#D80AD4 (or 0xD80AD4) is unknown color: approx Deep Magenta. HEX triplet: D8, 0A and D4. RGB value is (216,10,212). Sum of RGB (Red+Green+Blue) = 216+10+212=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AD4 is #27F52B. Grayscale: #5E5E5E. Windows color (decimal): -2618668 or 13896408. OLE color: 13896408.

HSL color Cylindrical-coordinate representation of color #D80AD4: hue angle of 301.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AD4 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21610212-
CMYK00.950.020.15
HSL301.17º91.15%44.31%-
HSV(B)301.17º95.37%84.71%-
XYZ40.3119.5763.94-
YUV94.62194.25214.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 10 (4.30% from 255) = 2.28%
BLUE value IS 212 (83.20% from 255) = 48.40%
R=49.32%
G=2.28%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161021200.950.020.15301.1791.1544.31
HexD8AD405F2F12d5b2c
Octal33012324013721745513354
Binary11011000101011010100010111111011111001011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80AD4; }

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

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

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

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

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

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

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

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