Shades of Deep Magenta #D60CDF
Tints of Deep Magenta #D60CDF
RGB
CMYK
RGB Variations
Color information
#D60CDF (or 0xD60CDF) is known color: Deep Magenta. HEX triplet: D6, 0C and DF. RGB value is (214,12,223). Sum of RGB (Red+Green+Blue) = 214+12+223=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D60CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDF is #29F320. Grayscale: #5F5F5F. Windows color (decimal): -2749217 or 14617814. OLE color: 14617814.
HSL color Cylindrical-coordinate representation of color #D60CDF: hue angle of 297.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60CDF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 12 | 223 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.13 |
| HSL | 297.44º | 0.9% | 0.46% | - |
| HSV(B) | 297.44º | 0.95% | 0.87% | - |
| XYZ | 41.18 | 19.89 | 71.48 | - |
| YUV | 96.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 223 | 0.04 | 0.95 | 0 | 0.13 | 297.44 | 0.9 | 0.46 |
| Hex | D6 | C | DF | 4 | 5F | 0 | D | 129 | 5A | 2E |
| Octal | 326 | 14 | 337 | 4 | 137 | 0 | 15 | 451 | 132 | 56 |
| Binary | 11010110 | 1100 | 11011111 | 100 | 1011111 | 0 | 1101 | 100101001 | 1011010 | 101110 |
Color Harmonies of #D60CDF
Complementary color
Monochromatic Colors of #D60CDF
Black with #D60CDF
Text Example
Text Example
White with #D60CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CDF; }
p { color: rgb(214,12,223); }
H1.HeaderClassName
{
color: #D60CDF;
}
.AnyTagClassName
{
color: #D60CDF;
}
</style>
background-color css
<style>
a { background-color: #D60CDF; }
a { background-color: rgb(214,12,223); }
div.DivClassName
{
background-color: #D60CDF;
}
.BgClassName
{
background-color: #D60CDF;
}
</style>
border-color css
<style>
span { border-color: #D60CDF; }
span { border-color: rgb(214,12,223); }
td.TdClassName
{
border-color: #D60CDF;
}
.TagClassName
{
border-color: #D60CDF;
}
</style>