#D211D8

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

Shades of Deep Magenta #D211D8

Tints of Deep Magenta #D211D8

Color information

#D211D8 (or 0xD211D8) is unknown color: approx Deep Magenta. HEX triplet: D2, 11 and D8. RGB value is (210,17,216). Sum of RGB (Red+Green+Blue) = 210+17+216=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #D211D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D211D8 is #2DEE27. Grayscale: #606060. Windows color (decimal): -3010088 or 14160338. OLE color: 14160338.

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

Color convert

RGB21017216-
CMYK0.030.9200.15
HSL298.19º85.41%45.69%-
HSV(B)298.19º92.13%84.71%-
XYZ39.1719.0666.58-
YUV97.39194.94208.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 17 (7.03% from 255) = 3.84%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=47.40%
G=3.84%
B=48.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210172160.030.9200.15298.1985.4145.69
HexD211D835C0F12a552e
Octal32221330313401745212556
Binary110100101000111011000111011100011111001010101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D211D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D211D8; }

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

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

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

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

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

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

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

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