Shades of Deep Magenta #D022BE
Tints of Deep Magenta #D022BE
RGB
CMYK
RGB Variations
Color information
#D022BE (or 0xD022BE) is known color: Deep Magenta. HEX triplet: D0, 22 and BE. RGB value is (208,34,190). Sum of RGB (Red+Green+Blue) = 208+34+190=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D022BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022BE is #2FDD41. Grayscale: #676767. Windows color (decimal): -3136834 or 12460752. OLE color: 12460752.
HSL color Cylindrical-coordinate representation of color #D022BE: hue angle of 306.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D022BE is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 190 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.18 |
| HSL | 306.21º | 0.72% | 0.47% | - |
| HSV(B) | 306.21º | 0.84% | 0.82% | - |
| XYZ | 35.88 | 18.27 | 50.35 | - |
| YUV | 103.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 190 | 0 | 0.84 | 0.09 | 0.18 | 306.21 | 0.72 | 0.47 |
| Hex | D0 | 22 | BE | 0 | 54 | 9 | 12 | 132 | 48 | 2F |
| Octal | 320 | 42 | 276 | 0 | 124 | 11 | 22 | 462 | 110 | 57 |
| Binary | 11010000 | 100010 | 10111110 | 0 | 1010100 | 1001 | 10010 | 100110010 | 1001000 | 101111 |
Color Harmonies of #D022BE
Complementary color
Monochromatic Colors of #D022BE
Black with #D022BE
Text Example
Text Example
White with #D022BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022BE; }
p { color: rgb(208,34,190); }
H1.HeaderClassName
{
color: #D022BE;
}
.AnyTagClassName
{
color: #D022BE;
}
</style>
background-color css
<style>
a { background-color: #D022BE; }
a { background-color: rgb(208,34,190); }
div.DivClassName
{
background-color: #D022BE;
}
.BgClassName
{
background-color: #D022BE;
}
</style>
border-color css
<style>
span { border-color: #D022BE; }
span { border-color: rgb(208,34,190); }
td.TdClassName
{
border-color: #D022BE;
}
.TagClassName
{
border-color: #D022BE;
}
</style>