Shades of Deep Magenta #D60ACF
Tints of Deep Magenta #D60ACF
RGB
CMYK
RGB Variations
Color information
#D60ACF (or 0xD60ACF) is known color: Deep Magenta. HEX triplet: D6, 0A and CF. RGB value is (214,10,207). Sum of RGB (Red+Green+Blue) = 214+10+207=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D60ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60ACF is #29F530. Grayscale: #5C5C5C. Windows color (decimal): -2749745 or 13568726. OLE color: 13568726.
HSL color Cylindrical-coordinate representation of color #D60ACF: hue angle of 302.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60ACF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 207 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.16 |
| HSL | 302.06º | 0.91% | 0.44% | - |
| HSV(B) | 302.06º | 0.95% | 0.84% | - |
| XYZ | 39.1 | 19.02 | 60.64 | - |
| YUV | 93.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 207 | 0 | 0.95 | 0.03 | 0.16 | 302.06 | 0.91 | 0.44 |
| Hex | D6 | A | CF | 0 | 5F | 3 | 10 | 12E | 5B | 2C |
| Octal | 326 | 12 | 317 | 0 | 137 | 3 | 20 | 456 | 133 | 54 |
| Binary | 11010110 | 1010 | 11001111 | 0 | 1011111 | 11 | 10000 | 100101110 | 1011011 | 101100 |
Color Harmonies of #D60ACF
Complementary color
Monochromatic Colors of #D60ACF
Black with #D60ACF
Text Example
Text Example
White with #D60ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60ACF; }
p { color: rgb(214,10,207); }
H1.HeaderClassName
{
color: #D60ACF;
}
.AnyTagClassName
{
color: #D60ACF;
}
</style>
background-color css
<style>
a { background-color: #D60ACF; }
a { background-color: rgb(214,10,207); }
div.DivClassName
{
background-color: #D60ACF;
}
.BgClassName
{
background-color: #D60ACF;
}
</style>
border-color css
<style>
span { border-color: #D60ACF; }
span { border-color: rgb(214,10,207); }
td.TdClassName
{
border-color: #D60ACF;
}
.TagClassName
{
border-color: #D60ACF;
}
</style>