Shades of Deep Magenta #D60CB5
Tints of Deep Magenta #D60CB5
RGB
CMYK
RGB Variations
Color information
#D60CB5 (or 0xD60CB5) is known color: Deep Magenta. HEX triplet: D6, 0C and B5. RGB value is (214,12,181). Sum of RGB (Red+Green+Blue) = 214+12+181=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CB5 is #29F34A. Grayscale: #5B5B5B. Windows color (decimal): -2749259 or 11865302. OLE color: 11865302.
HSL color Cylindrical-coordinate representation of color #D60CB5: hue angle of 309.8º 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 #D60CB5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 181 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.16 |
| HSL | 309.8º | 0.89% | 0.44% | - |
| HSV(B) | 309.8º | 0.94% | 0.84% | - |
| XYZ | 36.2 | 17.9 | 45.26 | - |
| YUV | 91.66 | 178.42 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 181 | 0 | 0.94 | 0.15 | 0.16 | 309.8 | 0.89 | 0.44 |
| Hex | D6 | C | B5 | 0 | 5E | F | 10 | 136 | 59 | 2C |
| Octal | 326 | 14 | 265 | 0 | 136 | 17 | 20 | 466 | 131 | 54 |
| Binary | 11010110 | 1100 | 10110101 | 0 | 1011110 | 1111 | 10000 | 100110110 | 1011001 | 101100 |
Color Harmonies of #D60CB5
Complementary color
Monochromatic Colors of #D60CB5
Black with #D60CB5
Text Example
Text Example
White with #D60CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CB5; }
p { color: rgb(214,12,181); }
H1.HeaderClassName
{
color: #D60CB5;
}
.AnyTagClassName
{
color: #D60CB5;
}
</style>
background-color css
<style>
a { background-color: #D60CB5; }
a { background-color: rgb(214,12,181); }
div.DivClassName
{
background-color: #D60CB5;
}
.BgClassName
{
background-color: #D60CB5;
}
</style>
border-color css
<style>
span { border-color: #D60CB5; }
span { border-color: rgb(214,12,181); }
td.TdClassName
{
border-color: #D60CB5;
}
.TagClassName
{
border-color: #D60CB5;
}
</style>