#D201DE

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

Shades of Deep Magenta #D201DE

Tints of Deep Magenta #D201DE

Color information

#D201DE (or 0xD201DE) is unknown color: approx Deep Magenta. HEX triplet: D2, 01 and DE. RGB value is (210,1,222). Sum of RGB (Red+Green+Blue) = 210+1+222=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #D201DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201DE is #2DFE21. Grayscale: #585858. Windows color (decimal): -3014178 or 14549458. OLE color: 14549458.

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

Color convert

RGB2101222-
CMYK0.051.0000.13
HSL296.74º99.1%43.73%-
HSV(B)296.74º99.55%87.06%-
XYZ39.771970.68-
YUV88.68203.24214.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.50%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 222 (87.11% from 255) = 51.27%
R=48.50%
G=0.23%
B=51.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21012220.051.0000.13296.7499.143.73
HexD21DE5640D129632c
Octal3221336514401545114354
Binary110100101110111101011100100011011001010011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201DE; }

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

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

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

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

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

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

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

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