Shades of Deep Magenta #D21DB3
Tints of Deep Magenta #D21DB3
RGB
CMYK
RGB Variations
Color information
#D21DB3 (or 0xD21DB3) is known color: Deep Magenta. HEX triplet: D2, 1D and B3. RGB value is (210,29,179). Sum of RGB (Red+Green+Blue) = 210+29+179=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21DB3 is #2DE24C. Grayscale: #636363. Windows color (decimal): -3007053 or 11738578. OLE color: 11738578.
HSL color Cylindrical-coordinate representation of color #D21DB3: hue angle of 310.28º 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 #D21DB3 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 179 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.18 |
| HSL | 310.28º | 0.76% | 0.47% | - |
| HSV(B) | 310.28º | 0.86% | 0.82% | - |
| XYZ | 35.15 | 17.84 | 44.24 | - |
| YUV | 100.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 179 | 0 | 0.86 | 0.15 | 0.18 | 310.28 | 0.76 | 0.47 |
| Hex | D2 | 1D | B3 | 0 | 56 | F | 12 | 136 | 4C | 2F |
| Octal | 322 | 35 | 263 | 0 | 126 | 17 | 22 | 466 | 114 | 57 |
| Binary | 11010010 | 11101 | 10110011 | 0 | 1010110 | 1111 | 10010 | 100110110 | 1001100 | 101111 |
Color Harmonies of #D21DB3
Complementary color
Monochromatic Colors of #D21DB3
Black with #D21DB3
Text Example
Text Example
White with #D21DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DB3; }
p { color: rgb(210,29,179); }
H1.HeaderClassName
{
color: #D21DB3;
}
.AnyTagClassName
{
color: #D21DB3;
}
</style>
background-color css
<style>
a { background-color: #D21DB3; }
a { background-color: rgb(210,29,179); }
div.DivClassName
{
background-color: #D21DB3;
}
.BgClassName
{
background-color: #D21DB3;
}
</style>
border-color css
<style>
span { border-color: #D21DB3; }
span { border-color: rgb(210,29,179); }
td.TdClassName
{
border-color: #D21DB3;
}
.TagClassName
{
border-color: #D21DB3;
}
</style>