Shades of Deep Magenta #D60BCC
Tints of Deep Magenta #D60BCC
RGB
CMYK
RGB Variations
Color information
#D60BCC (or 0xD60BCC) is known color: Deep Magenta. HEX triplet: D6, 0B and CC. RGB value is (214,11,204). Sum of RGB (Red+Green+Blue) = 214+11+204=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BCC is #29F433. Grayscale: #5D5D5D. Windows color (decimal): -2749492 or 13372374. OLE color: 13372374.
HSL color Cylindrical-coordinate representation of color #D60BCC: hue angle of 302.96º 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 #D60BCC is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.16 |
| HSL | 302.96º | 0.9% | 0.44% | - |
| HSV(B) | 302.96º | 0.95% | 0.84% | - |
| XYZ | 38.75 | 18.9 | 58.73 | - |
| YUV | 93.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 204 | 0 | 0.95 | 0.05 | 0.16 | 302.96 | 0.9 | 0.44 |
| Hex | D6 | B | CC | 0 | 5F | 5 | 10 | 12F | 5A | 2C |
| Octal | 326 | 13 | 314 | 0 | 137 | 5 | 20 | 457 | 132 | 54 |
| Binary | 11010110 | 1011 | 11001100 | 0 | 1011111 | 101 | 10000 | 100101111 | 1011010 | 101100 |
Color Harmonies of #D60BCC
Complementary color
Monochromatic Colors of #D60BCC
Black with #D60BCC
Text Example
Text Example
White with #D60BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BCC; }
p { color: rgb(214,11,204); }
H1.HeaderClassName
{
color: #D60BCC;
}
.AnyTagClassName
{
color: #D60BCC;
}
</style>
background-color css
<style>
a { background-color: #D60BCC; }
a { background-color: rgb(214,11,204); }
div.DivClassName
{
background-color: #D60BCC;
}
.BgClassName
{
background-color: #D60BCC;
}
</style>
border-color css
<style>
span { border-color: #D60BCC; }
span { border-color: rgb(214,11,204); }
td.TdClassName
{
border-color: #D60BCC;
}
.TagClassName
{
border-color: #D60BCC;
}
</style>