Shades of Deep Magenta #D60CB4
Tints of Deep Magenta #D60CB4
RGB
CMYK
RGB Variations
Color information
#D60CB4 (or 0xD60CB4) is known color: Deep Magenta. HEX triplet: D6, 0C and B4. RGB value is (214,12,180). Sum of RGB (Red+Green+Blue) = 214+12+180=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CB4 is #29F34B. Grayscale: #5B5B5B. Windows color (decimal): -2749260 or 11799766. OLE color: 11799766.
HSL color Cylindrical-coordinate representation of color #D60CB4: hue angle of 310.1º 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 #D60CB4 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 180 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.16 |
| HSL | 310.1º | 0.89% | 0.44% | - |
| HSV(B) | 310.1º | 0.94% | 0.84% | - |
| XYZ | 36.1 | 17.85 | 44.72 | - |
| YUV | 91.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 180 | 0 | 0.94 | 0.16 | 0.16 | 310.1 | 0.89 | 0.44 |
| Hex | D6 | C | B4 | 0 | 5E | 10 | 10 | 136 | 59 | 2C |
| Octal | 326 | 14 | 264 | 0 | 136 | 20 | 20 | 466 | 131 | 54 |
| Binary | 11010110 | 1100 | 10110100 | 0 | 1011110 | 10000 | 10000 | 100110110 | 1011001 | 101100 |
Color Harmonies of #D60CB4
Complementary color
Monochromatic Colors of #D60CB4
Black with #D60CB4
Text Example
Text Example
White with #D60CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CB4; }
p { color: rgb(214,12,180); }
H1.HeaderClassName
{
color: #D60CB4;
}
.AnyTagClassName
{
color: #D60CB4;
}
</style>
background-color css
<style>
a { background-color: #D60CB4; }
a { background-color: rgb(214,12,180); }
div.DivClassName
{
background-color: #D60CB4;
}
.BgClassName
{
background-color: #D60CB4;
}
</style>
border-color css
<style>
span { border-color: #D60CB4; }
span { border-color: rgb(214,12,180); }
td.TdClassName
{
border-color: #D60CB4;
}
.TagClassName
{
border-color: #D60CB4;
}
</style>