Shades of Deep Magenta #D022B6
Tints of Deep Magenta #D022B6
RGB
CMYK
RGB Variations
Color information
#D022B6 (or 0xD022B6) is known color: Deep Magenta. HEX triplet: D0, 22 and B6. RGB value is (208,34,182). Sum of RGB (Red+Green+Blue) = 208+34+182=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D022B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D022B6 is #2FDD49. Grayscale: #666666. Windows color (decimal): -3136842 or 11936464. OLE color: 11936464.
HSL color Cylindrical-coordinate representation of color #D022B6: hue angle of 308.97º 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 #D022B6 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 182 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.18 |
| HSL | 308.97º | 0.72% | 0.47% | - |
| HSV(B) | 308.97º | 0.84% | 0.82% | - |
| XYZ | 35.03 | 17.93 | 45.87 | - |
| YUV | 102.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 182 | 0 | 0.84 | 0.12 | 0.18 | 308.97 | 0.72 | 0.47 |
| Hex | D0 | 22 | B6 | 0 | 54 | C | 12 | 135 | 48 | 2F |
| Octal | 320 | 42 | 266 | 0 | 124 | 14 | 22 | 465 | 110 | 57 |
| Binary | 11010000 | 100010 | 10110110 | 0 | 1010100 | 1100 | 10010 | 100110101 | 1001000 | 101111 |
Color Harmonies of #D022B6
Complementary color
Monochromatic Colors of #D022B6
Black with #D022B6
Text Example
Text Example
White with #D022B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022B6; }
p { color: rgb(208,34,182); }
H1.HeaderClassName
{
color: #D022B6;
}
.AnyTagClassName
{
color: #D022B6;
}
</style>
background-color css
<style>
a { background-color: #D022B6; }
a { background-color: rgb(208,34,182); }
div.DivClassName
{
background-color: #D022B6;
}
.BgClassName
{
background-color: #D022B6;
}
</style>
border-color css
<style>
span { border-color: #D022B6; }
span { border-color: rgb(208,34,182); }
td.TdClassName
{
border-color: #D022B6;
}
.TagClassName
{
border-color: #D022B6;
}
</style>