Shades of Deep Magenta #D220B0
Tints of Deep Magenta #D220B0
RGB
CMYK
RGB Variations
Color information
#D220B0 (or 0xD220B0) is known color: Deep Magenta. HEX triplet: D2, 20 and B0. RGB value is (210,32,176). Sum of RGB (Red+Green+Blue) = 210+32+176=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D220B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220B0 is #2DDF4F. Grayscale: #656565. Windows color (decimal): -3006288 or 11542738. OLE color: 11542738.
HSL color Cylindrical-coordinate representation of color #D220B0: hue angle of 311.46º 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 #D220B0 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 176 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.18 |
| HSL | 311.46º | 0.74% | 0.47% | - |
| HSV(B) | 311.46º | 0.85% | 0.82% | - |
| XYZ | 34.93 | 17.87 | 42.68 | - |
| YUV | 101.64 | 169.97 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 176 | 0 | 0.85 | 0.16 | 0.18 | 311.46 | 0.74 | 0.47 |
| Hex | D2 | 20 | B0 | 0 | 55 | 10 | 12 | 137 | 4A | 2F |
| Octal | 322 | 40 | 260 | 0 | 125 | 20 | 22 | 467 | 112 | 57 |
| Binary | 11010010 | 100000 | 10110000 | 0 | 1010101 | 10000 | 10010 | 100110111 | 1001010 | 101111 |
Color Harmonies of #D220B0
Complementary color
Monochromatic Colors of #D220B0
Black with #D220B0
Text Example
Text Example
White with #D220B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220B0; }
p { color: rgb(210,32,176); }
H1.HeaderClassName
{
color: #D220B0;
}
.AnyTagClassName
{
color: #D220B0;
}
</style>
background-color css
<style>
a { background-color: #D220B0; }
a { background-color: rgb(210,32,176); }
div.DivClassName
{
background-color: #D220B0;
}
.BgClassName
{
background-color: #D220B0;
}
</style>
border-color css
<style>
span { border-color: #D220B0; }
span { border-color: rgb(210,32,176); }
td.TdClassName
{
border-color: #D220B0;
}
.TagClassName
{
border-color: #D220B0;
}
</style>