Shades of Deep Magenta #D60CB0
Tints of Deep Magenta #D60CB0
RGB
CMYK
RGB Variations
Color information
#D60CB0 (or 0xD60CB0) is known color: Deep Magenta. HEX triplet: D6, 0C and B0. RGB value is (214,12,176). Sum of RGB (Red+Green+Blue) = 214+12+176=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CB0 is #29F34F. Grayscale: #5A5A5A. Windows color (decimal): -2749264 or 11537622. OLE color: 11537622.
HSL color Cylindrical-coordinate representation of color #D60CB0: hue angle of 311.29º 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 #D60CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.16 |
| HSL | 311.29º | 0.89% | 0.44% | - |
| HSV(B) | 311.29º | 0.94% | 0.84% | - |
| XYZ | 35.7 | 17.69 | 42.61 | - |
| YUV | 91.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 176 | 0 | 0.94 | 0.18 | 0.16 | 311.29 | 0.89 | 0.44 |
| Hex | D6 | C | B0 | 0 | 5E | 12 | 10 | 137 | 59 | 2C |
| Octal | 326 | 14 | 260 | 0 | 136 | 22 | 20 | 467 | 131 | 54 |
| Binary | 11010110 | 1100 | 10110000 | 0 | 1011110 | 10010 | 10000 | 100110111 | 1011001 | 101100 |
Color Harmonies of #D60CB0
Complementary color
Monochromatic Colors of #D60CB0
Black with #D60CB0
Text Example
Text Example
White with #D60CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CB0; }
p { color: rgb(214,12,176); }
H1.HeaderClassName
{
color: #D60CB0;
}
.AnyTagClassName
{
color: #D60CB0;
}
</style>
background-color css
<style>
a { background-color: #D60CB0; }
a { background-color: rgb(214,12,176); }
div.DivClassName
{
background-color: #D60CB0;
}
.BgClassName
{
background-color: #D60CB0;
}
</style>
border-color css
<style>
span { border-color: #D60CB0; }
span { border-color: rgb(214,12,176); }
td.TdClassName
{
border-color: #D60CB0;
}
.TagClassName
{
border-color: #D60CB0;
}
</style>