#D201DF

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

Shades of Deep Magenta #D201DF

Tints of Deep Magenta #D201DF

Color information

#D201DF (or 0xD201DF) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and DF. RGB value is (210,1,223). Sum of RGB (Red+Green+Blue) = 210+1+223=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #D201DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DF is #2DFE20. Grayscale: #585858. Windows color (decimal): -3014177 or 14614994. OLE color: 14614994.

HSL color Cylindrical-coordinate representation of color #D201DF: hue angle of 296.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201DF is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2101223-
CMYK0.061.0000.13
HSL296.49º99.11%43.92%-
HSV(B)296.49º99.55%87.45%-
XYZ39.9119.0571.39-
YUV88.8203.74214.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 223 (87.5% from 255) = 51.38%
R=48.39%
G=0.23%
B=51.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21012230.061.0000.13296.4999.1143.92
HexD21DF6640D128632c
Octal3221337614401545014354
Binary110100101110111111101100100011011001010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201DF; }

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

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

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

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

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

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

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

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