Shades of Deep Magenta #D022B1
Tints of Deep Magenta #D022B1
RGB
CMYK
RGB Variations
Color information
#D022B1 (or 0xD022B1) is known color: Deep Magenta. HEX triplet: D0, 22 and B1. RGB value is (208,34,177). Sum of RGB (Red+Green+Blue) = 208+34+177=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D022B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D022B1 is #2FDD4E. Grayscale: #656565. Windows color (decimal): -3136847 or 11608784. OLE color: 11608784.
HSL color Cylindrical-coordinate representation of color #D022B1: hue angle of 310.69º 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 #D022B1 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 177 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.18 |
| HSL | 310.69º | 0.72% | 0.47% | - |
| HSV(B) | 310.69º | 0.84% | 0.82% | - |
| XYZ | 34.52 | 17.73 | 43.2 | - |
| YUV | 102.33 | 170.15 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 177 | 0 | 0.84 | 0.15 | 0.18 | 310.69 | 0.72 | 0.47 |
| Hex | D0 | 22 | B1 | 0 | 54 | F | 12 | 137 | 48 | 2F |
| Octal | 320 | 42 | 261 | 0 | 124 | 17 | 22 | 467 | 110 | 57 |
| Binary | 11010000 | 100010 | 10110001 | 0 | 1010100 | 1111 | 10010 | 100110111 | 1001000 | 101111 |
Color Harmonies of #D022B1
Complementary color
Monochromatic Colors of #D022B1
Black with #D022B1
Text Example
Text Example
White with #D022B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022B1; }
p { color: rgb(208,34,177); }
H1.HeaderClassName
{
color: #D022B1;
}
.AnyTagClassName
{
color: #D022B1;
}
</style>
background-color css
<style>
a { background-color: #D022B1; }
a { background-color: rgb(208,34,177); }
div.DivClassName
{
background-color: #D022B1;
}
.BgClassName
{
background-color: #D022B1;
}
</style>
border-color css
<style>
span { border-color: #D022B1; }
span { border-color: rgb(208,34,177); }
td.TdClassName
{
border-color: #D022B1;
}
.TagClassName
{
border-color: #D022B1;
}
</style>