Shades of Deep Magenta #D21DB4
Tints of Deep Magenta #D21DB4
RGB
CMYK
RGB Variations
Color information
#D21DB4 (or 0xD21DB4) is known color: Deep Magenta. HEX triplet: D2, 1D and B4. RGB value is (210,29,180). Sum of RGB (Red+Green+Blue) = 210+29+180=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DB4 is #2DE24B. Grayscale: #636363. Windows color (decimal): -3007052 or 11804114. OLE color: 11804114.
HSL color Cylindrical-coordinate representation of color #D21DB4: hue angle of 309.94º 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 #D21DB4 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 180 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.18 |
| HSL | 309.94º | 0.76% | 0.47% | - |
| HSV(B) | 309.94º | 0.86% | 0.82% | - |
| XYZ | 35.26 | 17.88 | 44.77 | - |
| YUV | 100.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 180 | 0 | 0.86 | 0.14 | 0.18 | 309.94 | 0.76 | 0.47 |
| Hex | D2 | 1D | B4 | 0 | 56 | E | 12 | 136 | 4C | 2F |
| Octal | 322 | 35 | 264 | 0 | 126 | 16 | 22 | 466 | 114 | 57 |
| Binary | 11010010 | 11101 | 10110100 | 0 | 1010110 | 1110 | 10010 | 100110110 | 1001100 | 101111 |
Color Harmonies of #D21DB4
Complementary color
Monochromatic Colors of #D21DB4
Black with #D21DB4
Text Example
Text Example
White with #D21DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DB4; }
p { color: rgb(210,29,180); }
H1.HeaderClassName
{
color: #D21DB4;
}
.AnyTagClassName
{
color: #D21DB4;
}
</style>
background-color css
<style>
a { background-color: #D21DB4; }
a { background-color: rgb(210,29,180); }
div.DivClassName
{
background-color: #D21DB4;
}
.BgClassName
{
background-color: #D21DB4;
}
</style>
border-color css
<style>
span { border-color: #D21DB4; }
span { border-color: rgb(210,29,180); }
td.TdClassName
{
border-color: #D21DB4;
}
.TagClassName
{
border-color: #D21DB4;
}
</style>