#D211DC

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

Shades of Deep Magenta #D211DC

Tints of Deep Magenta #D211DC

Color information

#D211DC (or 0xD211DC) is unknown color: approx Deep Magenta. HEX triplet: D2, 11 and DC. RGB value is (210,17,220). Sum of RGB (Red+Green+Blue) = 210+17+220=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D211DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211DC is #2DEE23. Grayscale: #616161. Windows color (decimal): -3010084 or 14422482. OLE color: 14422482.

HSL color Cylindrical-coordinate representation of color #D211DC: hue angle of 297.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211DC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21017220-
CMYK0.050.9200.14
HSL297.04º85.65%46.47%-
HSV(B)297.04º92.27%86.27%-
XYZ39.719.2769.34-
YUV97.85196.94207.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 17 (7.03% from 255) = 3.80%
BLUE value IS 220 (86.33% from 255) = 49.22%
R=46.98%
G=3.80%
B=49.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210172200.050.9200.14297.0485.6546.47
HexD211DC55C0E129562e
Octal32221334513401645112656
Binary1101001010001110111001011011100011101001010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D211DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D211DC; }

 p { color: rgb(210,17,220); }

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

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

 a { background-color: rgb(210,17,220); }

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

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

 span { border-color: rgb(210,17,220); }

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