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