Shades of Deep Magenta #D60DBC
Tints of Deep Magenta #D60DBC
RGB
CMYK
RGB Variations
Color information
#D60DBC (or 0xD60DBC) is known color: Deep Magenta. HEX triplet: D6, 0D and BC. RGB value is (214,13,188). Sum of RGB (Red+Green+Blue) = 214+13+188=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DBC is #29F243. Grayscale: #5C5C5C. Windows color (decimal): -2748996 or 12324310. OLE color: 12324310.
HSL color Cylindrical-coordinate representation of color #D60DBC: hue angle of 307.76º 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 #D60DBC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.16 |
| HSL | 307.76º | 0.89% | 0.45% | - |
| HSV(B) | 307.76º | 0.94% | 0.84% | - |
| XYZ | 36.95 | 18.21 | 49.15 | - |
| YUV | 93.05 | 181.59 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 188 | 0 | 0.94 | 0.12 | 0.16 | 307.76 | 0.89 | 0.45 |
| Hex | D6 | D | BC | 0 | 5E | C | 10 | 134 | 59 | 2D |
| Octal | 326 | 15 | 274 | 0 | 136 | 14 | 20 | 464 | 131 | 55 |
| Binary | 11010110 | 1101 | 10111100 | 0 | 1011110 | 1100 | 10000 | 100110100 | 1011001 | 101101 |
Color Harmonies of #D60DBC
Complementary color
Monochromatic Colors of #D60DBC
Black with #D60DBC
Text Example
Text Example
White with #D60DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60DBC; }
p { color: rgb(214,13,188); }
H1.HeaderClassName
{
color: #D60DBC;
}
.AnyTagClassName
{
color: #D60DBC;
}
</style>
background-color css
<style>
a { background-color: #D60DBC; }
a { background-color: rgb(214,13,188); }
div.DivClassName
{
background-color: #D60DBC;
}
.BgClassName
{
background-color: #D60DBC;
}
</style>
border-color css
<style>
span { border-color: #D60DBC; }
span { border-color: rgb(214,13,188); }
td.TdClassName
{
border-color: #D60DBC;
}
.TagClassName
{
border-color: #D60DBC;
}
</style>