Shades of Deep Magenta #D60DB9
Tints of Deep Magenta #D60DB9
RGB
CMYK
RGB Variations
Color information
#D60DB9 (or 0xD60DB9) is known color: Deep Magenta. HEX triplet: D6, 0D and B9. RGB value is (214,13,185). Sum of RGB (Red+Green+Blue) = 214+13+185=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DB9 is #29F246. Grayscale: #5C5C5C. Windows color (decimal): -2748999 or 12127702. OLE color: 12127702.
HSL color Cylindrical-coordinate representation of color #D60DB9: hue angle of 308.66º 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 #D60DB9 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 185 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.16 |
| HSL | 308.66º | 0.89% | 0.45% | - |
| HSV(B) | 308.66º | 0.94% | 0.84% | - |
| XYZ | 36.63 | 18.09 | 47.46 | - |
| YUV | 92.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 185 | 0 | 0.94 | 0.14 | 0.16 | 308.66 | 0.89 | 0.45 |
| Hex | D6 | D | B9 | 0 | 5E | E | 10 | 135 | 59 | 2D |
| Octal | 326 | 15 | 271 | 0 | 136 | 16 | 20 | 465 | 131 | 55 |
| Binary | 11010110 | 1101 | 10111001 | 0 | 1011110 | 1110 | 10000 | 100110101 | 1011001 | 101101 |
Color Harmonies of #D60DB9
Complementary color
Monochromatic Colors of #D60DB9
Black with #D60DB9
Text Example
Text Example
White with #D60DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DB9; }
p { color: rgb(214,13,185); }
H1.HeaderClassName
{
color: #D60DB9;
}
.AnyTagClassName
{
color: #D60DB9;
}
</style>
background-color css
<style>
a { background-color: #D60DB9; }
a { background-color: rgb(214,13,185); }
div.DivClassName
{
background-color: #D60DB9;
}
.BgClassName
{
background-color: #D60DB9;
}
</style>
border-color css
<style>
span { border-color: #D60DB9; }
span { border-color: rgb(214,13,185); }
td.TdClassName
{
border-color: #D60DB9;
}
.TagClassName
{
border-color: #D60DB9;
}
</style>