Shades of Deep Magenta #D60BC0
Tints of Deep Magenta #D60BC0
RGB
CMYK
RGB Variations
Color information
#D60BC0 (or 0xD60BC0) is known color: Deep Magenta. HEX triplet: D6, 0B and C0. RGB value is (214,11,192). Sum of RGB (Red+Green+Blue) = 214+11+192=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BC0 is #29F43F. Grayscale: #5B5B5B. Windows color (decimal): -2749504 or 12585942. OLE color: 12585942.
HSL color Cylindrical-coordinate representation of color #D60BC0: hue angle of 306.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BC0 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 192 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.16 |
| HSL | 306.5º | 0.9% | 0.44% | - |
| HSV(B) | 306.5º | 0.95% | 0.84% | - |
| XYZ | 37.37 | 18.34 | 51.44 | - |
| YUV | 92.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 192 | 0 | 0.95 | 0.10 | 0.16 | 306.5 | 0.9 | 0.44 |
| Hex | D6 | B | C0 | 0 | 5F | A | 10 | 133 | 5A | 2C |
| Octal | 326 | 13 | 300 | 0 | 137 | 12 | 20 | 463 | 132 | 54 |
| Binary | 11010110 | 1011 | 11000000 | 0 | 1011111 | 1010 | 10000 | 100110011 | 1011010 | 101100 |
Color Harmonies of #D60BC0
Complementary color
Monochromatic Colors of #D60BC0
Black with #D60BC0
Text Example
Text Example
White with #D60BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BC0; }
p { color: rgb(214,11,192); }
H1.HeaderClassName
{
color: #D60BC0;
}
.AnyTagClassName
{
color: #D60BC0;
}
</style>
background-color css
<style>
a { background-color: #D60BC0; }
a { background-color: rgb(214,11,192); }
div.DivClassName
{
background-color: #D60BC0;
}
.BgClassName
{
background-color: #D60BC0;
}
</style>
border-color css
<style>
span { border-color: #D60BC0; }
span { border-color: rgb(214,11,192); }
td.TdClassName
{
border-color: #D60BC0;
}
.TagClassName
{
border-color: #D60BC0;
}
</style>