Shades of Deep Magenta #D60FC5
Tints of Deep Magenta #D60FC5
RGB
CMYK
RGB Variations
Color information
#D60FC5 (or 0xD60FC5) is known color: Deep Magenta. HEX triplet: D6, 0F and C5. RGB value is (214,15,197). Sum of RGB (Red+Green+Blue) = 214+15+197=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FC5 is #29F03A. Grayscale: #5E5E5E. Windows color (decimal): -2748475 or 12914646. OLE color: 12914646.
HSL color Cylindrical-coordinate representation of color #D60FC5: hue angle of 305.13º 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 #D60FC5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 197 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.16 |
| HSL | 305.13º | 0.87% | 0.45% | - |
| HSV(B) | 305.13º | 0.93% | 0.84% | - |
| XYZ | 37.98 | 18.67 | 54.43 | - |
| YUV | 95.25 | 185.43 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 197 | 0 | 0.93 | 0.08 | 0.16 | 305.13 | 0.87 | 0.45 |
| Hex | D6 | F | C5 | 0 | 5D | 8 | 10 | 131 | 57 | 2D |
| Octal | 326 | 17 | 305 | 0 | 135 | 10 | 20 | 461 | 127 | 55 |
| Binary | 11010110 | 1111 | 11000101 | 0 | 1011101 | 1000 | 10000 | 100110001 | 1010111 | 101101 |
Color Harmonies of #D60FC5
Complementary color
Monochromatic Colors of #D60FC5
Black with #D60FC5
Text Example
Text Example
White with #D60FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FC5; }
p { color: rgb(214,15,197); }
H1.HeaderClassName
{
color: #D60FC5;
}
.AnyTagClassName
{
color: #D60FC5;
}
</style>
background-color css
<style>
a { background-color: #D60FC5; }
a { background-color: rgb(214,15,197); }
div.DivClassName
{
background-color: #D60FC5;
}
.BgClassName
{
background-color: #D60FC5;
}
</style>
border-color css
<style>
span { border-color: #D60FC5; }
span { border-color: rgb(214,15,197); }
td.TdClassName
{
border-color: #D60FC5;
}
.TagClassName
{
border-color: #D60FC5;
}
</style>