Shades of Deep Magenta #D222BE
Tints of Deep Magenta #D222BE
RGB
CMYK
RGB Variations
Color information
#D222BE (or 0xD222BE) is known color: Deep Magenta. HEX triplet: D2, 22 and BE. RGB value is (210,34,190). Sum of RGB (Red+Green+Blue) = 210+34+190=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D222BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D222BE is #2DDD41. Grayscale: #676767. Windows color (decimal): -3005762 or 12460754. OLE color: 12460754.
HSL color Cylindrical-coordinate representation of color #D222BE: hue angle of 306.82º 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 #D222BE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 190 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.18 |
| HSL | 306.82º | 0.72% | 0.48% | - |
| HSV(B) | 306.82º | 0.84% | 0.82% | - |
| XYZ | 36.44 | 18.56 | 50.38 | - |
| YUV | 104.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 190 | 0 | 0.84 | 0.10 | 0.18 | 306.82 | 0.72 | 0.48 |
| Hex | D2 | 22 | BE | 0 | 54 | A | 12 | 133 | 48 | 30 |
| Octal | 322 | 42 | 276 | 0 | 124 | 12 | 22 | 463 | 110 | 60 |
| Binary | 11010010 | 100010 | 10111110 | 0 | 1010100 | 1010 | 10010 | 100110011 | 1001000 | 110000 |
Color Harmonies of #D222BE
Complementary color
Monochromatic Colors of #D222BE
Black with #D222BE
Text Example
Text Example
White with #D222BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D222BE; }
p { color: rgb(210,34,190); }
H1.HeaderClassName
{
color: #D222BE;
}
.AnyTagClassName
{
color: #D222BE;
}
</style>
background-color css
<style>
a { background-color: #D222BE; }
a { background-color: rgb(210,34,190); }
div.DivClassName
{
background-color: #D222BE;
}
.BgClassName
{
background-color: #D222BE;
}
</style>
border-color css
<style>
span { border-color: #D222BE; }
span { border-color: rgb(210,34,190); }
td.TdClassName
{
border-color: #D222BE;
}
.TagClassName
{
border-color: #D222BE;
}
</style>