Shades of Deep Magenta #D60BC2
Tints of Deep Magenta #D60BC2
RGB
CMYK
RGB Variations
Color information
#D60BC2 (or 0xD60BC2) is known color: Deep Magenta. HEX triplet: D6, 0B and C2. RGB value is (214,11,194). Sum of RGB (Red+Green+Blue) = 214+11+194=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 11 (4.69% from 255 or 2.63% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BC2 is #29F43D. Grayscale: #5C5C5C. Windows color (decimal): -2749502 or 12717014. OLE color: 12717014.
HSL color Cylindrical-coordinate representation of color #D60BC2: hue angle of 305.91º 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 #D60BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.16 |
| HSL | 305.91º | 0.9% | 0.44% | - |
| HSV(B) | 305.91º | 0.95% | 0.84% | - |
| XYZ | 37.59 | 18.43 | 52.62 | - |
| YUV | 92.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 194 | 0 | 0.95 | 0.09 | 0.16 | 305.91 | 0.9 | 0.44 |
| Hex | D6 | B | C2 | 0 | 5F | 9 | 10 | 132 | 5A | 2C |
| Octal | 326 | 13 | 302 | 0 | 137 | 11 | 20 | 462 | 132 | 54 |
| Binary | 11010110 | 1011 | 11000010 | 0 | 1011111 | 1001 | 10000 | 100110010 | 1011010 | 101100 |
Color Harmonies of #D60BC2
Complementary color
Monochromatic Colors of #D60BC2
Black with #D60BC2
Text Example
Text Example
White with #D60BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BC2; }
p { color: rgb(214,11,194); }
H1.HeaderClassName
{
color: #D60BC2;
}
.AnyTagClassName
{
color: #D60BC2;
}
</style>
background-color css
<style>
a { background-color: #D60BC2; }
a { background-color: rgb(214,11,194); }
div.DivClassName
{
background-color: #D60BC2;
}
.BgClassName
{
background-color: #D60BC2;
}
</style>
border-color css
<style>
span { border-color: #D60BC2; }
span { border-color: rgb(214,11,194); }
td.TdClassName
{
border-color: #D60BC2;
}
.TagClassName
{
border-color: #D60BC2;
}
</style>