Shades of Deep Magenta #D60CB2
Tints of Deep Magenta #D60CB2
RGB
CMYK
RGB Variations
Color information
#D60CB2 (or 0xD60CB2) is known color: Deep Magenta. HEX triplet: D6, 0C and B2. RGB value is (214,12,178). Sum of RGB (Red+Green+Blue) = 214+12+178=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60CB2 is #29F34D. Grayscale: #5A5A5A. Windows color (decimal): -2749262 or 11668694. OLE color: 11668694.
HSL color Cylindrical-coordinate representation of color #D60CB2: hue angle of 310.69º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 178 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.16 |
| HSL | 310.69º | 0.89% | 0.44% | - |
| HSV(B) | 310.69º | 0.94% | 0.84% | - |
| XYZ | 35.9 | 17.77 | 43.66 | - |
| YUV | 91.32 | 176.92 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 178 | 0 | 0.94 | 0.17 | 0.16 | 310.69 | 0.89 | 0.44 |
| Hex | D6 | C | B2 | 0 | 5E | 11 | 10 | 137 | 59 | 2C |
| Octal | 326 | 14 | 262 | 0 | 136 | 21 | 20 | 467 | 131 | 54 |
| Binary | 11010110 | 1100 | 10110010 | 0 | 1011110 | 10001 | 10000 | 100110111 | 1011001 | 101100 |
Color Harmonies of #D60CB2
Complementary color
Monochromatic Colors of #D60CB2
Black with #D60CB2
Text Example
Text Example
White with #D60CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CB2; }
p { color: rgb(214,12,178); }
H1.HeaderClassName
{
color: #D60CB2;
}
.AnyTagClassName
{
color: #D60CB2;
}
</style>
background-color css
<style>
a { background-color: #D60CB2; }
a { background-color: rgb(214,12,178); }
div.DivClassName
{
background-color: #D60CB2;
}
.BgClassName
{
background-color: #D60CB2;
}
</style>
border-color css
<style>
span { border-color: #D60CB2; }
span { border-color: rgb(214,12,178); }
td.TdClassName
{
border-color: #D60CB2;
}
.TagClassName
{
border-color: #D60CB2;
}
</style>