Shades of Deep Magenta #D21DB7
Tints of Deep Magenta #D21DB7
RGB
CMYK
RGB Variations
Color information
#D21DB7 (or 0xD21DB7) is known color: Deep Magenta. HEX triplet: D2, 1D and B7. RGB value is (210,29,183). Sum of RGB (Red+Green+Blue) = 210+29+183=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DB7 is #2DE248. Grayscale: #646464. Windows color (decimal): -3007049 or 12000722. OLE color: 12000722.
HSL color Cylindrical-coordinate representation of color #D21DB7: hue angle of 308.95º 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 #D21DB7 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 183 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.18 |
| HSL | 308.95º | 0.76% | 0.47% | - |
| HSV(B) | 308.95º | 0.86% | 0.82% | - |
| XYZ | 35.56 | 18 | 46.4 | - |
| YUV | 100.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 183 | 0 | 0.86 | 0.13 | 0.18 | 308.95 | 0.76 | 0.47 |
| Hex | D2 | 1D | B7 | 0 | 56 | D | 12 | 135 | 4C | 2F |
| Octal | 322 | 35 | 267 | 0 | 126 | 15 | 22 | 465 | 114 | 57 |
| Binary | 11010010 | 11101 | 10110111 | 0 | 1010110 | 1101 | 10010 | 100110101 | 1001100 | 101111 |
Color Harmonies of #D21DB7
Complementary color
Monochromatic Colors of #D21DB7
Black with #D21DB7
Text Example
Text Example
White with #D21DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DB7; }
p { color: rgb(210,29,183); }
H1.HeaderClassName
{
color: #D21DB7;
}
.AnyTagClassName
{
color: #D21DB7;
}
</style>
background-color css
<style>
a { background-color: #D21DB7; }
a { background-color: rgb(210,29,183); }
div.DivClassName
{
background-color: #D21DB7;
}
.BgClassName
{
background-color: #D21DB7;
}
</style>
border-color css
<style>
span { border-color: #D21DB7; }
span { border-color: rgb(210,29,183); }
td.TdClassName
{
border-color: #D21DB7;
}
.TagClassName
{
border-color: #D21DB7;
}
</style>