#D201CF

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

Shades of Deep Magenta #D201CF

Tints of Deep Magenta #D201CF

Color information

#D201CF (or 0xD201CF) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and CF. RGB value is (210,1,207). Sum of RGB (Red+Green+Blue) = 210+1+207=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D201CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201CF is #2DFE30. Grayscale: #565656. Windows color (decimal): -3014193 or 13566418. OLE color: 13566418.

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

Color convert

RGB2101207-
CMYK01.000.010.18
HSL300.86º99.05%41.37%-
HSV(B)300.86º99.52%82.35%-
XYZ37.8518.2360.55-
YUV86.98195.74215.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.24%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 207 (81.25% from 255) = 49.52%
R=50.24%
G=0.24%
B=49.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210120701.000.010.18300.8699.0541.37
HexD21CF06411212d6329
Octal3221317014412245514351
Binary11010010111001111011001001100101001011011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201CF; }

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

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

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

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

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

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

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

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