#D201AD

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

Shades of Deep Magenta #D201AD

Tints of Deep Magenta #D201AD

Color information

#D201AD (or 0xD201AD) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and AD. RGB value is (210,1,173). Sum of RGB (Red+Green+Blue) = 210+1+173=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D201AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D201AD is #2DFE52. Grayscale: #525252. Windows color (decimal): -3014227 or 11338194. OLE color: 11338194.

HSL color Cylindrical-coordinate representation of color #D201AD: hue angle of 310.62º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201AD is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB2101173-
CMYK01.000.180.18
HSL310.62º99.05%41.37%-
HSV(B)310.62º99.52%82.35%-
XYZ34.1316.7440.97-
YUV83.1178.74218.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=54.69%
G=0.26%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210117301.000.180.18310.6299.0541.37
HexD21AD06412121376329
Octal32212550144222246714351
Binary110100101101011010110010010010100101001101111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201AD; }

 p { color: rgb(210,1,173); }

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

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

 a { background-color: rgb(210,1,173); }

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

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

 span { border-color: rgb(210,1,173); }

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