Shades of Deep Magenta #D21DBF
Tints of Deep Magenta #D21DBF
RGB
CMYK
RGB Variations
Color information
#D21DBF (or 0xD21DBF) is known color: Deep Magenta. HEX triplet: D2, 1D and BF. RGB value is (210,29,191). Sum of RGB (Red+Green+Blue) = 210+29+191=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DBF is #2DE240. Grayscale: #656565. Windows color (decimal): -3007041 or 12525010. OLE color: 12525010.
HSL color Cylindrical-coordinate representation of color #D21DBF: hue angle of 306.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21DBF is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 191 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.18 |
| HSL | 306.3º | 0.76% | 0.47% | - |
| HSV(B) | 306.3º | 0.86% | 0.82% | - |
| XYZ | 36.42 | 18.34 | 50.91 | - |
| YUV | 101.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 191 | 0 | 0.86 | 0.09 | 0.18 | 306.3 | 0.76 | 0.47 |
| Hex | D2 | 1D | BF | 0 | 56 | 9 | 12 | 132 | 4C | 2F |
| Octal | 322 | 35 | 277 | 0 | 126 | 11 | 22 | 462 | 114 | 57 |
| Binary | 11010010 | 11101 | 10111111 | 0 | 1010110 | 1001 | 10010 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D21DBF
Complementary color
Monochromatic Colors of #D21DBF
Black with #D21DBF
Text Example
Text Example
White with #D21DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DBF; }
p { color: rgb(210,29,191); }
H1.HeaderClassName
{
color: #D21DBF;
}
.AnyTagClassName
{
color: #D21DBF;
}
</style>
background-color css
<style>
a { background-color: #D21DBF; }
a { background-color: rgb(210,29,191); }
div.DivClassName
{
background-color: #D21DBF;
}
.BgClassName
{
background-color: #D21DBF;
}
</style>
border-color css
<style>
span { border-color: #D21DBF; }
span { border-color: rgb(210,29,191); }
td.TdClassName
{
border-color: #D21DBF;
}
.TagClassName
{
border-color: #D21DBF;
}
</style>