Shades of Deep Magenta #D60DB0
Tints of Deep Magenta #D60DB0
RGB
CMYK
RGB Variations
Color information
#D60DB0 (or 0xD60DB0) is known color: Deep Magenta. HEX triplet: D6, 0D and B0. RGB value is (214,13,176). Sum of RGB (Red+Green+Blue) = 214+13+176=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DB0 is #29F24F. Grayscale: #5B5B5B. Windows color (decimal): -2749008 or 11537878. OLE color: 11537878.
HSL color Cylindrical-coordinate representation of color #D60DB0: hue angle of 311.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.16 |
| HSL | 311.34º | 0.89% | 0.45% | - |
| HSV(B) | 311.34º | 0.94% | 0.84% | - |
| XYZ | 35.71 | 17.72 | 42.61 | - |
| YUV | 91.68 | 175.59 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 176 | 0 | 0.94 | 0.18 | 0.16 | 311.34 | 0.89 | 0.45 |
| Hex | D6 | D | B0 | 0 | 5E | 12 | 10 | 137 | 59 | 2D |
| Octal | 326 | 15 | 260 | 0 | 136 | 22 | 20 | 467 | 131 | 55 |
| Binary | 11010110 | 1101 | 10110000 | 0 | 1011110 | 10010 | 10000 | 100110111 | 1011001 | 101101 |
Color Harmonies of #D60DB0
Complementary color
Monochromatic Colors of #D60DB0
Black with #D60DB0
Text Example
Text Example
White with #D60DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DB0; }
p { color: rgb(214,13,176); }
H1.HeaderClassName
{
color: #D60DB0;
}
.AnyTagClassName
{
color: #D60DB0;
}
</style>
background-color css
<style>
a { background-color: #D60DB0; }
a { background-color: rgb(214,13,176); }
div.DivClassName
{
background-color: #D60DB0;
}
.BgClassName
{
background-color: #D60DB0;
}
</style>
border-color css
<style>
span { border-color: #D60DB0; }
span { border-color: rgb(214,13,176); }
td.TdClassName
{
border-color: #D60DB0;
}
.TagClassName
{
border-color: #D60DB0;
}
</style>