#D00ABE

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

Shades of Deep Magenta #D00ABE

Tints of Deep Magenta #D00ABE

Color information

#D00ABE (or 0xD00ABE) is unknown color: approx Deep Magenta. HEX triplet: D0, 0A and BE. RGB value is (208,10,190). Sum of RGB (Red+Green+Blue) = 208+10+190=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D00ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00ABE is #2FF541. Grayscale: #595959. Windows color (decimal): -3142978 or 12454608. OLE color: 12454608.

HSL color Cylindrical-coordinate representation of color #D00ABE: hue angle of 305.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00ABE is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB20810190-
CMYK00.950.090.18
HSL305.45º90.83%42.75%-
HSV(B)305.45º95.19%81.57%-
XYZ35.4217.3450.2-
YUV89.72184.6212.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.98%
GREEN value IS 10 (4.30% from 255) = 2.45%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=50.98%
G=2.45%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081019000.950.090.18305.4590.8342.75
HexD0ABE05F9121315b2b
Octal320122760137112246113353
Binary11010000101010111110010111111001100101001100011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00ABE; }

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

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

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

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

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

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

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

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