Shades of Deep Magenta #D222B7
Tints of Deep Magenta #D222B7
RGB
CMYK
RGB Variations
Color information
#D222B7 (or 0xD222B7) is known color: Deep Magenta. HEX triplet: D2, 22 and B7. RGB value is (210,34,183). Sum of RGB (Red+Green+Blue) = 210+34+183=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D222B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222B7 is #2DDD48. Grayscale: #676767. Windows color (decimal): -3005769 or 12002002. OLE color: 12002002.
HSL color Cylindrical-coordinate representation of color #D222B7: hue angle of 309.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D222B7 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 183 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.18 |
| HSL | 309.2º | 0.72% | 0.48% | - |
| HSV(B) | 309.2º | 0.84% | 0.82% | - |
| XYZ | 35.7 | 18.26 | 46.44 | - |
| YUV | 103.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 183 | 0 | 0.84 | 0.13 | 0.18 | 309.2 | 0.72 | 0.48 |
| Hex | D2 | 22 | B7 | 0 | 54 | D | 12 | 135 | 48 | 30 |
| Octal | 322 | 42 | 267 | 0 | 124 | 15 | 22 | 465 | 110 | 60 |
| Binary | 11010010 | 100010 | 10110111 | 0 | 1010100 | 1101 | 10010 | 100110101 | 1001000 | 110000 |
Color Harmonies of #D222B7
Complementary color
Monochromatic Colors of #D222B7
Black with #D222B7
Text Example
Text Example
White with #D222B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222B7; }
p { color: rgb(210,34,183); }
H1.HeaderClassName
{
color: #D222B7;
}
.AnyTagClassName
{
color: #D222B7;
}
</style>
background-color css
<style>
a { background-color: #D222B7; }
a { background-color: rgb(210,34,183); }
div.DivClassName
{
background-color: #D222B7;
}
.BgClassName
{
background-color: #D222B7;
}
</style>
border-color css
<style>
span { border-color: #D222B7; }
span { border-color: rgb(210,34,183); }
td.TdClassName
{
border-color: #D222B7;
}
.TagClassName
{
border-color: #D222B7;
}
</style>