Shades of Deep Magenta #D60BC5
Tints of Deep Magenta #D60BC5
RGB
CMYK
RGB Variations
Color information
#D60BC5 (or 0xD60BC5) is known color: Deep Magenta. HEX triplet: D6, 0B and C5. RGB value is (214,11,197). Sum of RGB (Red+Green+Blue) = 214+11+197=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BC5 is #29F43A. Grayscale: #5C5C5C. Windows color (decimal): -2749499 or 12913622. OLE color: 12913622.
HSL color Cylindrical-coordinate representation of color #D60BC5: hue angle of 305.02º 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 #D60BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.16 |
| HSL | 305.02º | 0.9% | 0.44% | - |
| HSV(B) | 305.02º | 0.95% | 0.84% | - |
| XYZ | 37.93 | 18.57 | 54.41 | - |
| YUV | 92.9 | 186.75 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 197 | 0 | 0.95 | 0.08 | 0.16 | 305.02 | 0.9 | 0.44 |
| Hex | D6 | B | C5 | 0 | 5F | 8 | 10 | 131 | 5A | 2C |
| Octal | 326 | 13 | 305 | 0 | 137 | 10 | 20 | 461 | 132 | 54 |
| Binary | 11010110 | 1011 | 11000101 | 0 | 1011111 | 1000 | 10000 | 100110001 | 1011010 | 101100 |
Color Harmonies of #D60BC5
Complementary color
Monochromatic Colors of #D60BC5
Black with #D60BC5
Text Example
Text Example
White with #D60BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BC5; }
p { color: rgb(214,11,197); }
H1.HeaderClassName
{
color: #D60BC5;
}
.AnyTagClassName
{
color: #D60BC5;
}
</style>
background-color css
<style>
a { background-color: #D60BC5; }
a { background-color: rgb(214,11,197); }
div.DivClassName
{
background-color: #D60BC5;
}
.BgClassName
{
background-color: #D60BC5;
}
</style>
border-color css
<style>
span { border-color: #D60BC5; }
span { border-color: rgb(214,11,197); }
td.TdClassName
{
border-color: #D60BC5;
}
.TagClassName
{
border-color: #D60BC5;
}
</style>