Shades of Deep Magenta #D60FAF
Tints of Deep Magenta #D60FAF
RGB
CMYK
RGB Variations
Color information
#D60FAF (or 0xD60FAF) is known color: Deep Magenta. HEX triplet: D6, 0F and AF. RGB value is (214,15,175). Sum of RGB (Red+Green+Blue) = 214+15+175=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60FAF is #29F050. Grayscale: #5C5C5C. Windows color (decimal): -2748497 or 11472854. OLE color: 11472854.
HSL color Cylindrical-coordinate representation of color #D60FAF: hue angle of 311.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60FAF is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 175 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.16 |
| HSL | 311.76º | 0.87% | 0.45% | - |
| HSV(B) | 311.76º | 0.93% | 0.84% | - |
| XYZ | 35.64 | 17.73 | 42.1 | - |
| YUV | 92.74 | 174.43 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 175 | 0 | 0.93 | 0.18 | 0.16 | 311.76 | 0.87 | 0.45 |
| Hex | D6 | F | AF | 0 | 5D | 12 | 10 | 138 | 57 | 2D |
| Octal | 326 | 17 | 257 | 0 | 135 | 22 | 20 | 470 | 127 | 55 |
| Binary | 11010110 | 1111 | 10101111 | 0 | 1011101 | 10010 | 10000 | 100111000 | 1010111 | 101101 |
Color Harmonies of #D60FAF
Complementary color
Monochromatic Colors of #D60FAF
Black with #D60FAF
Text Example
Text Example
White with #D60FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FAF; }
p { color: rgb(214,15,175); }
H1.HeaderClassName
{
color: #D60FAF;
}
.AnyTagClassName
{
color: #D60FAF;
}
</style>
background-color css
<style>
a { background-color: #D60FAF; }
a { background-color: rgb(214,15,175); }
div.DivClassName
{
background-color: #D60FAF;
}
.BgClassName
{
background-color: #D60FAF;
}
</style>
border-color css
<style>
span { border-color: #D60FAF; }
span { border-color: rgb(214,15,175); }
td.TdClassName
{
border-color: #D60FAF;
}
.TagClassName
{
border-color: #D60FAF;
}
</style>