Shades of Deep Magenta #D021BF
Tints of Deep Magenta #D021BF
RGB
CMYK
RGB Variations
Color information
#D021BF (or 0xD021BF) is known color: Deep Magenta. HEX triplet: D0, 21 and BF. RGB value is (208,33,191). Sum of RGB (Red+Green+Blue) = 208+33+191=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D021BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D021BF is #2FDE40. Grayscale: #666666. Windows color (decimal): -3137089 or 12526032. OLE color: 12526032.
HSL color Cylindrical-coordinate representation of color #D021BF: hue angle of 305.83º 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 #D021BF is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 191 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.18 |
| HSL | 305.83º | 0.73% | 0.47% | - |
| HSV(B) | 305.83º | 0.84% | 0.82% | - |
| XYZ | 35.96 | 18.26 | 50.92 | - |
| YUV | 103.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 191 | 0 | 0.84 | 0.08 | 0.18 | 305.83 | 0.73 | 0.47 |
| Hex | D0 | 21 | BF | 0 | 54 | 8 | 12 | 132 | 49 | 2F |
| Octal | 320 | 41 | 277 | 0 | 124 | 10 | 22 | 462 | 111 | 57 |
| Binary | 11010000 | 100001 | 10111111 | 0 | 1010100 | 1000 | 10010 | 100110010 | 1001001 | 101111 |
Color Harmonies of #D021BF
Complementary color
Monochromatic Colors of #D021BF
Black with #D021BF
Text Example
Text Example
White with #D021BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021BF; }
p { color: rgb(208,33,191); }
H1.HeaderClassName
{
color: #D021BF;
}
.AnyTagClassName
{
color: #D021BF;
}
</style>
background-color css
<style>
a { background-color: #D021BF; }
a { background-color: rgb(208,33,191); }
div.DivClassName
{
background-color: #D021BF;
}
.BgClassName
{
background-color: #D021BF;
}
</style>
border-color css
<style>
span { border-color: #D021BF; }
span { border-color: rgb(208,33,191); }
td.TdClassName
{
border-color: #D021BF;
}
.TagClassName
{
border-color: #D021BF;
}
</style>