Shades of Deep Magenta #D60FC8
Tints of Deep Magenta #D60FC8
RGB
CMYK
RGB Variations
Color information
#D60FC8 (or 0xD60FC8) is known color: Deep Magenta. HEX triplet: D6, 0F and C8. RGB value is (214,15,200). Sum of RGB (Red+Green+Blue) = 214+15+200=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FC8 is #29F037. Grayscale: #5F5F5F. Windows color (decimal): -2748472 or 13111254. OLE color: 13111254.
HSL color Cylindrical-coordinate representation of color #D60FC8: hue angle of 304.22º 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 #D60FC8 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 200 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.16 |
| HSL | 304.22º | 0.87% | 0.45% | - |
| HSV(B) | 304.22º | 0.93% | 0.84% | - |
| XYZ | 38.33 | 18.81 | 56.25 | - |
| YUV | 95.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 200 | 0 | 0.93 | 0.07 | 0.16 | 304.22 | 0.87 | 0.45 |
| Hex | D6 | F | C8 | 0 | 5D | 7 | 10 | 130 | 57 | 2D |
| Octal | 326 | 17 | 310 | 0 | 135 | 7 | 20 | 460 | 127 | 55 |
| Binary | 11010110 | 1111 | 11001000 | 0 | 1011101 | 111 | 10000 | 100110000 | 1010111 | 101101 |
Color Harmonies of #D60FC8
Complementary color
Monochromatic Colors of #D60FC8
Black with #D60FC8
Text Example
Text Example
White with #D60FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FC8; }
p { color: rgb(214,15,200); }
H1.HeaderClassName
{
color: #D60FC8;
}
.AnyTagClassName
{
color: #D60FC8;
}
</style>
background-color css
<style>
a { background-color: #D60FC8; }
a { background-color: rgb(214,15,200); }
div.DivClassName
{
background-color: #D60FC8;
}
.BgClassName
{
background-color: #D60FC8;
}
</style>
border-color css
<style>
span { border-color: #D60FC8; }
span { border-color: rgb(214,15,200); }
td.TdClassName
{
border-color: #D60FC8;
}
.TagClassName
{
border-color: #D60FC8;
}
</style>