Shades of Deep Magenta #D220BA
Tints of Deep Magenta #D220BA
RGB
CMYK
RGB Variations
Color information
#D220BA (or 0xD220BA) is known color: Deep Magenta. HEX triplet: D2, 20 and BA. RGB value is (210,32,186). Sum of RGB (Red+Green+Blue) = 210+32+186=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D220BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D220BA is #2DDF45. Grayscale: #666666. Windows color (decimal): -3006278 or 12198098. OLE color: 12198098.
HSL color Cylindrical-coordinate representation of color #D220BA: hue angle of 308.09º 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 #D220BA is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 186 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.18 |
| HSL | 308.09º | 0.74% | 0.47% | - |
| HSV(B) | 308.09º | 0.85% | 0.82% | - |
| XYZ | 35.96 | 18.28 | 48.09 | - |
| YUV | 102.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 186 | 0 | 0.85 | 0.11 | 0.18 | 308.09 | 0.74 | 0.47 |
| Hex | D2 | 20 | BA | 0 | 55 | B | 12 | 134 | 4A | 2F |
| Octal | 322 | 40 | 272 | 0 | 125 | 13 | 22 | 464 | 112 | 57 |
| Binary | 11010010 | 100000 | 10111010 | 0 | 1010101 | 1011 | 10010 | 100110100 | 1001010 | 101111 |
Color Harmonies of #D220BA
Complementary color
Monochromatic Colors of #D220BA
Black with #D220BA
Text Example
Text Example
White with #D220BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220BA; }
p { color: rgb(210,32,186); }
H1.HeaderClassName
{
color: #D220BA;
}
.AnyTagClassName
{
color: #D220BA;
}
</style>
background-color css
<style>
a { background-color: #D220BA; }
a { background-color: rgb(210,32,186); }
div.DivClassName
{
background-color: #D220BA;
}
.BgClassName
{
background-color: #D220BA;
}
</style>
border-color css
<style>
span { border-color: #D220BA; }
span { border-color: rgb(210,32,186); }
td.TdClassName
{
border-color: #D220BA;
}
.TagClassName
{
border-color: #D220BA;
}
</style>