#D201B3

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

Shades of Deep Magenta #D201B3

Tints of Deep Magenta #D201B3

Color information

#D201B3 (or 0xD201B3) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and B3. RGB value is (210,1,179). Sum of RGB (Red+Green+Blue) = 210+1+179=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D201B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201B3 is #2DFE4C. Grayscale: #535353. Windows color (decimal): -3014221 or 11731410. OLE color: 11731410.

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

Color convert

RGB2101179-
CMYK01.000.150.18
HSL308.9º99.05%41.37%-
HSV(B)308.9º99.52%82.35%-
XYZ34.7316.9844.09-
YUV83.78181.74218.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.85%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 179 (70.31% from 255) = 45.90%
R=53.85%
G=0.26%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210117901.000.150.18308.999.0541.37
HexD21B3064F121356329
Octal32212630144172246514351
Binary11010010110110011011001001111100101001101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201B3; }

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

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

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

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

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

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

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

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