#D220C0

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

Shades of Deep Magenta #D220C0

Tints of Deep Magenta #D220C0

Color information

#D220C0 (or 0xD220C0) is unknown color: approx Deep Magenta. HEX triplet: D2, 20 and C0. RGB value is (210,32,192). Sum of RGB (Red+Green+Blue) = 210+32+192=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D220C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220C0 is #2DDF3F. Grayscale: #676767. Windows color (decimal): -3006272 or 12591314. OLE color: 12591314.

HSL color Cylindrical-coordinate representation of color #D220C0: hue angle of 306.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220C0 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB21032192-
CMYK00.850.090.18
HSL306.07º73.55%47.45%-
HSV(B)306.07º84.76%82.35%-
XYZ36.6118.5451.52-
YUV103.46177.97203.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 32 (12.89% from 255) = 7.37%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=48.39%
G=7.37%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103219200.850.090.18306.0773.5547.45
HexD220C00559121324a2f
Octal322403000125112246211257
Binary1101001010000011000000010101011001100101001100101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D220C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D220C0; }

 p { color: rgb(210,32,192); }

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

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

 a { background-color: rgb(210,32,192); }

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

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

 span { border-color: rgb(210,32,192); }

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