Shades of Deep Magenta #D60CAF
Tints of Deep Magenta #D60CAF
RGB
CMYK
RGB Variations
Color information
#D60CAF (or 0xD60CAF) is known color: Deep Magenta. HEX triplet: D6, 0C and AF. RGB value is (214,12,175). Sum of RGB (Red+Green+Blue) = 214+12+175=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CAF is #29F350. Grayscale: #5A5A5A. Windows color (decimal): -2749265 or 11472086. OLE color: 11472086.
HSL color Cylindrical-coordinate representation of color #D60CAF: hue angle of 311.58º 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 #D60CAF is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 175 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.16 |
| HSL | 311.58º | 0.89% | 0.44% | - |
| HSV(B) | 311.58º | 0.94% | 0.84% | - |
| XYZ | 35.6 | 17.65 | 42.09 | - |
| YUV | 90.98 | 175.42 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 175 | 0 | 0.94 | 0.18 | 0.16 | 311.58 | 0.89 | 0.44 |
| Hex | D6 | C | AF | 0 | 5E | 12 | 10 | 138 | 59 | 2C |
| Octal | 326 | 14 | 257 | 0 | 136 | 22 | 20 | 470 | 131 | 54 |
| Binary | 11010110 | 1100 | 10101111 | 0 | 1011110 | 10010 | 10000 | 100111000 | 1011001 | 101100 |
Color Harmonies of #D60CAF
Complementary color
Monochromatic Colors of #D60CAF
Black with #D60CAF
Text Example
Text Example
White with #D60CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CAF; }
p { color: rgb(214,12,175); }
H1.HeaderClassName
{
color: #D60CAF;
}
.AnyTagClassName
{
color: #D60CAF;
}
</style>
background-color css
<style>
a { background-color: #D60CAF; }
a { background-color: rgb(214,12,175); }
div.DivClassName
{
background-color: #D60CAF;
}
.BgClassName
{
background-color: #D60CAF;
}
</style>
border-color css
<style>
span { border-color: #D60CAF; }
span { border-color: rgb(214,12,175); }
td.TdClassName
{
border-color: #D60CAF;
}
.TagClassName
{
border-color: #D60CAF;
}
</style>