Shades of Deep Magenta #D022B2
Tints of Deep Magenta #D022B2
RGB
CMYK
RGB Variations
Color information
#D022B2 (or 0xD022B2) is known color: Deep Magenta. HEX triplet: D0, 22 and B2. RGB value is (208,34,178). Sum of RGB (Red+Green+Blue) = 208+34+178=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D022B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D022B2 is #2FDD4D. Grayscale: #666666. Windows color (decimal): -3136846 or 11674320. OLE color: 11674320.
HSL color Cylindrical-coordinate representation of color #D022B2: hue angle of 310.34º 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 #D022B2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 178 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.18 |
| HSL | 310.34º | 0.72% | 0.47% | - |
| HSV(B) | 310.34º | 0.84% | 0.82% | - |
| XYZ | 34.62 | 17.77 | 43.72 | - |
| YUV | 102.44 | 170.65 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 178 | 0 | 0.84 | 0.14 | 0.18 | 310.34 | 0.72 | 0.47 |
| Hex | D0 | 22 | B2 | 0 | 54 | E | 12 | 136 | 48 | 2F |
| Octal | 320 | 42 | 262 | 0 | 124 | 16 | 22 | 466 | 110 | 57 |
| Binary | 11010000 | 100010 | 10110010 | 0 | 1010100 | 1110 | 10010 | 100110110 | 1001000 | 101111 |
Color Harmonies of #D022B2
Complementary color
Monochromatic Colors of #D022B2
Black with #D022B2
Text Example
Text Example
White with #D022B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022B2; }
p { color: rgb(208,34,178); }
H1.HeaderClassName
{
color: #D022B2;
}
.AnyTagClassName
{
color: #D022B2;
}
</style>
background-color css
<style>
a { background-color: #D022B2; }
a { background-color: rgb(208,34,178); }
div.DivClassName
{
background-color: #D022B2;
}
.BgClassName
{
background-color: #D022B2;
}
</style>
border-color css
<style>
span { border-color: #D022B2; }
span { border-color: rgb(208,34,178); }
td.TdClassName
{
border-color: #D022B2;
}
.TagClassName
{
border-color: #D022B2;
}
</style>