Shades of Deep Magenta #D60FC7
Tints of Deep Magenta #D60FC7
RGB
CMYK
RGB Variations
Color information
#D60FC7 (or 0xD60FC7) is known color: Deep Magenta. HEX triplet: D6, 0F and C7. RGB value is (214,15,199). Sum of RGB (Red+Green+Blue) = 214+15+199=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FC7 is #29F038. Grayscale: #5E5E5E. Windows color (decimal): -2748473 or 13045718. OLE color: 13045718.
HSL color Cylindrical-coordinate representation of color #D60FC7: hue angle of 304.52º 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 #D60FC7 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 199 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.16 |
| HSL | 304.52º | 0.87% | 0.45% | - |
| HSV(B) | 304.52º | 0.93% | 0.84% | - |
| XYZ | 38.21 | 18.76 | 55.64 | - |
| YUV | 95.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 199 | 0 | 0.93 | 0.07 | 0.16 | 304.52 | 0.87 | 0.45 |
| Hex | D6 | F | C7 | 0 | 5D | 7 | 10 | 131 | 57 | 2D |
| Octal | 326 | 17 | 307 | 0 | 135 | 7 | 20 | 461 | 127 | 55 |
| Binary | 11010110 | 1111 | 11000111 | 0 | 1011101 | 111 | 10000 | 100110001 | 1010111 | 101101 |
Color Harmonies of #D60FC7
Complementary color
Monochromatic Colors of #D60FC7
Black with #D60FC7
Text Example
Text Example
White with #D60FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FC7; }
p { color: rgb(214,15,199); }
H1.HeaderClassName
{
color: #D60FC7;
}
.AnyTagClassName
{
color: #D60FC7;
}
</style>
background-color css
<style>
a { background-color: #D60FC7; }
a { background-color: rgb(214,15,199); }
div.DivClassName
{
background-color: #D60FC7;
}
.BgClassName
{
background-color: #D60FC7;
}
</style>
border-color css
<style>
span { border-color: #D60FC7; }
span { border-color: rgb(214,15,199); }
td.TdClassName
{
border-color: #D60FC7;
}
.TagClassName
{
border-color: #D60FC7;
}
</style>