Shades of Deep Magenta #D60CB9
Tints of Deep Magenta #D60CB9
RGB
CMYK
RGB Variations
Color information
#D60CB9 (or 0xD60CB9) is known color: Deep Magenta. HEX triplet: D6, 0C and B9. RGB value is (214,12,185). Sum of RGB (Red+Green+Blue) = 214+12+185=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CB9 is #29F346. Grayscale: #5B5B5B. Windows color (decimal): -2749255 or 12127446. OLE color: 12127446.
HSL color Cylindrical-coordinate representation of color #D60CB9: hue angle of 308.61º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 185 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.16 |
| HSL | 308.61º | 0.89% | 0.44% | - |
| HSV(B) | 308.61º | 0.94% | 0.84% | - |
| XYZ | 36.62 | 18.06 | 47.46 | - |
| YUV | 92.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 185 | 0 | 0.94 | 0.14 | 0.16 | 308.61 | 0.89 | 0.44 |
| Hex | D6 | C | B9 | 0 | 5E | E | 10 | 135 | 59 | 2C |
| Octal | 326 | 14 | 271 | 0 | 136 | 16 | 20 | 465 | 131 | 54 |
| Binary | 11010110 | 1100 | 10111001 | 0 | 1011110 | 1110 | 10000 | 100110101 | 1011001 | 101100 |
Color Harmonies of #D60CB9
Complementary color
Monochromatic Colors of #D60CB9
Black with #D60CB9
Text Example
Text Example
White with #D60CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CB9; }
p { color: rgb(214,12,185); }
H1.HeaderClassName
{
color: #D60CB9;
}
.AnyTagClassName
{
color: #D60CB9;
}
</style>
background-color css
<style>
a { background-color: #D60CB9; }
a { background-color: rgb(214,12,185); }
div.DivClassName
{
background-color: #D60CB9;
}
.BgClassName
{
background-color: #D60CB9;
}
</style>
border-color css
<style>
span { border-color: #D60CB9; }
span { border-color: rgb(214,12,185); }
td.TdClassName
{
border-color: #D60CB9;
}
.TagClassName
{
border-color: #D60CB9;
}
</style>