Shades of Deep Magenta #D220BE
Tints of Deep Magenta #D220BE
RGB
CMYK
RGB Variations
Color information
#D220BE (or 0xD220BE) is known color: Deep Magenta. HEX triplet: D2, 20 and BE. RGB value is (210,32,190). Sum of RGB (Red+Green+Blue) = 210+32+190=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D220BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220BE is #2DDF41. Grayscale: #666666. Windows color (decimal): -3006274 or 12460242. OLE color: 12460242.
HSL color Cylindrical-coordinate representation of color #D220BE: hue angle of 306.74º 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 #D220BE is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.18 |
| HSL | 306.74º | 0.74% | 0.47% | - |
| HSV(B) | 306.74º | 0.85% | 0.82% | - |
| XYZ | 36.39 | 18.45 | 50.36 | - |
| YUV | 103.23 | 176.97 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 190 | 0 | 0.85 | 0.10 | 0.18 | 306.74 | 0.74 | 0.47 |
| Hex | D2 | 20 | BE | 0 | 55 | A | 12 | 133 | 4A | 2F |
| Octal | 322 | 40 | 276 | 0 | 125 | 12 | 22 | 463 | 112 | 57 |
| Binary | 11010010 | 100000 | 10111110 | 0 | 1010101 | 1010 | 10010 | 100110011 | 1001010 | 101111 |
Color Harmonies of #D220BE
Complementary color
Monochromatic Colors of #D220BE
Black with #D220BE
Text Example
Text Example
White with #D220BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220BE; }
p { color: rgb(210,32,190); }
H1.HeaderClassName
{
color: #D220BE;
}
.AnyTagClassName
{
color: #D220BE;
}
</style>
background-color css
<style>
a { background-color: #D220BE; }
a { background-color: rgb(210,32,190); }
div.DivClassName
{
background-color: #D220BE;
}
.BgClassName
{
background-color: #D220BE;
}
</style>
border-color css
<style>
span { border-color: #D220BE; }
span { border-color: rgb(210,32,190); }
td.TdClassName
{
border-color: #D220BE;
}
.TagClassName
{
border-color: #D220BE;
}
</style>