Shades of Deep Magenta #D10CBB
Tints of Deep Magenta #D10CBB
RGB
CMYK
RGB Variations
Color information
#D10CBB (or 0xD10CBB) is known color: Deep Magenta. HEX triplet: D1, 0C and BB. RGB value is (209,12,187). Sum of RGB (Red+Green+Blue) = 209+12+187=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CBB is #2EF344. Grayscale: #5A5A5A. Windows color (decimal): -3076933 or 12258513. OLE color: 12258513.
HSL color Cylindrical-coordinate representation of color #D10CBB: hue angle of 306.7º 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 #D10CBB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.18 |
| HSL | 306.7º | 0.89% | 0.43% | - |
| HSV(B) | 306.7º | 0.94% | 0.82% | - |
| XYZ | 35.4 | 17.41 | 48.51 | - |
| YUV | 90.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 187 | 0 | 0.94 | 0.11 | 0.18 | 306.7 | 0.89 | 0.43 |
| Hex | D1 | C | BB | 0 | 5E | B | 12 | 133 | 59 | 2B |
| Octal | 321 | 14 | 273 | 0 | 136 | 13 | 22 | 463 | 131 | 53 |
| Binary | 11010001 | 1100 | 10111011 | 0 | 1011110 | 1011 | 10010 | 100110011 | 1011001 | 101011 |
Color Harmonies of #D10CBB
Complementary color
Monochromatic Colors of #D10CBB
Black with #D10CBB
Text Example
Text Example
White with #D10CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CBB; }
p { color: rgb(209,12,187); }
H1.HeaderClassName
{
color: #D10CBB;
}
.AnyTagClassName
{
color: #D10CBB;
}
</style>
background-color css
<style>
a { background-color: #D10CBB; }
a { background-color: rgb(209,12,187); }
div.DivClassName
{
background-color: #D10CBB;
}
.BgClassName
{
background-color: #D10CBB;
}
</style>
border-color css
<style>
span { border-color: #D10CBB; }
span { border-color: rgb(209,12,187); }
td.TdClassName
{
border-color: #D10CBB;
}
.TagClassName
{
border-color: #D10CBB;
}
</style>