Shades of Deep Magenta #D10CBE
Tints of Deep Magenta #D10CBE
RGB
CMYK
RGB Variations
Color information
#D10CBE (or 0xD10CBE) is known color: Deep Magenta. HEX triplet: D1, 0C and BE. RGB value is (209,12,190). Sum of RGB (Red+Green+Blue) = 209+12+190=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CBE is #2EF341. Grayscale: #5A5A5A. Windows color (decimal): -3076930 or 12455121. OLE color: 12455121.
HSL color Cylindrical-coordinate representation of color #D10CBE: hue angle of 305.79º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CBE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.18 |
| HSL | 305.79º | 0.89% | 0.43% | - |
| HSV(B) | 305.79º | 0.94% | 0.82% | - |
| XYZ | 35.72 | 17.54 | 50.22 | - |
| YUV | 91.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 190 | 0 | 0.94 | 0.09 | 0.18 | 305.79 | 0.89 | 0.43 |
| Hex | D1 | C | BE | 0 | 5E | 9 | 12 | 132 | 59 | 2B |
| Octal | 321 | 14 | 276 | 0 | 136 | 11 | 22 | 462 | 131 | 53 |
| Binary | 11010001 | 1100 | 10111110 | 0 | 1011110 | 1001 | 10010 | 100110010 | 1011001 | 101011 |
Color Harmonies of #D10CBE
Complementary color
Monochromatic Colors of #D10CBE
Black with #D10CBE
Text Example
Text Example
White with #D10CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CBE; }
p { color: rgb(209,12,190); }
H1.HeaderClassName
{
color: #D10CBE;
}
.AnyTagClassName
{
color: #D10CBE;
}
</style>
background-color css
<style>
a { background-color: #D10CBE; }
a { background-color: rgb(209,12,190); }
div.DivClassName
{
background-color: #D10CBE;
}
.BgClassName
{
background-color: #D10CBE;
}
</style>
border-color css
<style>
span { border-color: #D10CBE; }
span { border-color: rgb(209,12,190); }
td.TdClassName
{
border-color: #D10CBE;
}
.TagClassName
{
border-color: #D10CBE;
}
</style>