#D80ABE

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

Shades of Deep Magenta #D80ABE

Tints of Deep Magenta #D80ABE

Color information

#D80ABE (or 0xD80ABE) is unknown color: approx Deep Magenta. HEX triplet: D8, 0A and BE. RGB value is (216,10,190). Sum of RGB (Red+Green+Blue) = 216+10+190=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D80ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80ABE is #27F541. Grayscale: #5B5B5B. Windows color (decimal): -2618690 or 12454616. OLE color: 12454616.

HSL color Cylindrical-coordinate representation of color #D80ABE: hue angle of 307.57º 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 #D80ABE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21610190-
CMYK00.950.120.15
HSL307.57º91.15%44.31%-
HSV(B)307.57º95.37%84.71%-
XYZ37.7218.5350.3-
YUV92.11183.25216.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.92%
GREEN value IS 10 (4.30% from 255) = 2.40%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=51.92%
G=2.40%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161019000.950.120.15307.5791.1544.31
HexD8ABE05FCF1345b2c
Octal330122760137141746413354
Binary1101100010101011111001011111110011111001101001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80ABE; }

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

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

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

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

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

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

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

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