#D004AB

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

Shades of Deep Magenta #D004AB

Tints of Deep Magenta #D004AB

Color information

#D004AB (or 0xD004AB) is unknown color: approx Deep Magenta. HEX triplet: D0, 04 and AB. RGB value is (208,4,171). Sum of RGB (Red+Green+Blue) = 208+4+171=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D004AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D004AB is #2FFB54. Grayscale: #535353. Windows color (decimal): -3144533 or 11207888. OLE color: 11207888.

HSL color Cylindrical-coordinate representation of color #D004AB: hue angle of 310.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004AB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB2084171-
CMYK00.980.180.18
HSL310.88º96.23%41.57%-
HSV(B)310.88º98.08%81.57%-
XYZ33.4116.4439.94-
YUV84.03177.09216.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.31%
GREEN value IS 4 (1.95% from 255) = 1.04%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=54.31%
G=1.04%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208417100.980.180.18310.8896.2341.57
HexD04AB0621212137602a
Octal32042530142222246714052
Binary11010000100101010110110001010010100101001101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D004AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D004AB; }

 p { color: rgb(208,4,171); }

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

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

 a { background-color: rgb(208,4,171); }

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

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

 span { border-color: rgb(208,4,171); }

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