Shades of Deep Magenta #D21DB5
Tints of Deep Magenta #D21DB5
RGB
CMYK
RGB Variations
Color information
#D21DB5 (or 0xD21DB5) is known color: Deep Magenta. HEX triplet: D2, 1D and B5. RGB value is (210,29,181). Sum of RGB (Red+Green+Blue) = 210+29+181=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DB5 is #2DE24A. Grayscale: #646464. Windows color (decimal): -3007051 or 11869650. OLE color: 11869650.
HSL color Cylindrical-coordinate representation of color #D21DB5: hue angle of 309.61º 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 #D21DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 181 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.18 |
| HSL | 309.61º | 0.76% | 0.47% | - |
| HSV(B) | 309.61º | 0.86% | 0.82% | - |
| XYZ | 35.36 | 17.92 | 45.31 | - |
| YUV | 100.45 | 173.47 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 181 | 0 | 0.86 | 0.14 | 0.18 | 309.61 | 0.76 | 0.47 |
| Hex | D2 | 1D | B5 | 0 | 56 | E | 12 | 136 | 4C | 2F |
| Octal | 322 | 35 | 265 | 0 | 126 | 16 | 22 | 466 | 114 | 57 |
| Binary | 11010010 | 11101 | 10110101 | 0 | 1010110 | 1110 | 10010 | 100110110 | 1001100 | 101111 |
Color Harmonies of #D21DB5
Complementary color
Monochromatic Colors of #D21DB5
Black with #D21DB5
Text Example
Text Example
White with #D21DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DB5; }
p { color: rgb(210,29,181); }
H1.HeaderClassName
{
color: #D21DB5;
}
.AnyTagClassName
{
color: #D21DB5;
}
</style>
background-color css
<style>
a { background-color: #D21DB5; }
a { background-color: rgb(210,29,181); }
div.DivClassName
{
background-color: #D21DB5;
}
.BgClassName
{
background-color: #D21DB5;
}
</style>
border-color css
<style>
span { border-color: #D21DB5; }
span { border-color: rgb(210,29,181); }
td.TdClassName
{
border-color: #D21DB5;
}
.TagClassName
{
border-color: #D21DB5;
}
</style>