Shades of Deep Magenta #D021BE
Tints of Deep Magenta #D021BE
RGB
CMYK
RGB Variations
Color information
#D021BE (or 0xD021BE) is known color: Deep Magenta. HEX triplet: D0, 21 and BE. RGB value is (208,33,190). Sum of RGB (Red+Green+Blue) = 208+33+190=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D021BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021BE is #2FDE41. Grayscale: #666666. Windows color (decimal): -3137090 or 12460496. OLE color: 12460496.
HSL color Cylindrical-coordinate representation of color #D021BE: hue angle of 306.17º degrees, saturation: 0.73, 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 #D021BE is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 190 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.18 |
| HSL | 306.17º | 0.73% | 0.47% | - |
| HSV(B) | 306.17º | 0.84% | 0.82% | - |
| XYZ | 35.85 | 18.22 | 50.34 | - |
| YUV | 103.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 190 | 0 | 0.84 | 0.09 | 0.18 | 306.17 | 0.73 | 0.47 |
| Hex | D0 | 21 | BE | 0 | 54 | 9 | 12 | 132 | 49 | 2F |
| Octal | 320 | 41 | 276 | 0 | 124 | 11 | 22 | 462 | 111 | 57 |
| Binary | 11010000 | 100001 | 10111110 | 0 | 1010100 | 1001 | 10010 | 100110010 | 1001001 | 101111 |
Color Harmonies of #D021BE
Complementary color
Monochromatic Colors of #D021BE
Black with #D021BE
Text Example
Text Example
White with #D021BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021BE; }
p { color: rgb(208,33,190); }
H1.HeaderClassName
{
color: #D021BE;
}
.AnyTagClassName
{
color: #D021BE;
}
</style>
background-color css
<style>
a { background-color: #D021BE; }
a { background-color: rgb(208,33,190); }
div.DivClassName
{
background-color: #D021BE;
}
.BgClassName
{
background-color: #D021BE;
}
</style>
border-color css
<style>
span { border-color: #D021BE; }
span { border-color: rgb(208,33,190); }
td.TdClassName
{
border-color: #D021BE;
}
.TagClassName
{
border-color: #D021BE;
}
</style>