Shades of Deep Magenta #D22BC9
Tints of Deep Magenta #D22BC9
RGB
CMYK
RGB Variations
Color information
#D22BC9 (or 0xD22BC9) is known color: Deep Magenta. HEX triplet: D2, 2B and C9. RGB value is (210,43,201). Sum of RGB (Red+Green+Blue) = 210+43+201=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BC9 is #2DD436. Grayscale: #6E6E6E. Windows color (decimal): -3003447 or 13183954. OLE color: 13183954.
HSL color Cylindrical-coordinate representation of color #D22BC9: hue angle of 303.23º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BC9 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 201 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.18 |
| HSL | 303.23º | 0.66% | 0.5% | - |
| HSV(B) | 303.23º | 0.8% | 0.82% | - |
| XYZ | 37.98 | 19.65 | 57.05 | - |
| YUV | 110.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 201 | 0 | 0.80 | 0.04 | 0.18 | 303.23 | 0.66 | 0.5 |
| Hex | D2 | 2B | C9 | 0 | 50 | 4 | 12 | 12F | 42 | 32 |
| Octal | 322 | 53 | 311 | 0 | 120 | 4 | 22 | 457 | 102 | 62 |
| Binary | 11010010 | 101011 | 11001001 | 0 | 1010000 | 100 | 10010 | 100101111 | 1000010 | 110010 |
Color Harmonies of #D22BC9
Complementary color
Monochromatic Colors of #D22BC9
Black with #D22BC9
Text Example
Text Example
White with #D22BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BC9; }
p { color: rgb(210,43,201); }
H1.HeaderClassName
{
color: #D22BC9;
}
.AnyTagClassName
{
color: #D22BC9;
}
</style>
background-color css
<style>
a { background-color: #D22BC9; }
a { background-color: rgb(210,43,201); }
div.DivClassName
{
background-color: #D22BC9;
}
.BgClassName
{
background-color: #D22BC9;
}
</style>
border-color css
<style>
span { border-color: #D22BC9; }
span { border-color: rgb(210,43,201); }
td.TdClassName
{
border-color: #D22BC9;
}
.TagClassName
{
border-color: #D22BC9;
}
</style>