Shades of Deep Magenta #D10BBC
Tints of Deep Magenta #D10BBC
RGB
CMYK
RGB Variations
Color information
#D10BBC (or 0xD10BBC) is known color: Deep Magenta. HEX triplet: D1, 0B and BC. RGB value is (209,11,188). Sum of RGB (Red+Green+Blue) = 209+11+188=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BBC is #2EF443. Grayscale: #595959. Windows color (decimal): -3077188 or 12323793. OLE color: 12323793.
HSL color Cylindrical-coordinate representation of color #D10BBC: hue angle of 306.36º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BBC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.36º | 0.9% | 0.43% | - |
| HSV(B) | 306.36º | 0.95% | 0.82% | - |
| XYZ | 35.49 | 17.43 | 49.07 | - |
| YUV | 90.38 | 183.1 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 188 | 0 | 0.95 | 0.10 | 0.18 | 306.36 | 0.9 | 0.43 |
| Hex | D1 | B | BC | 0 | 5F | A | 12 | 132 | 5A | 2B |
| Octal | 321 | 13 | 274 | 0 | 137 | 12 | 22 | 462 | 132 | 53 |
| Binary | 11010001 | 1011 | 10111100 | 0 | 1011111 | 1010 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D10BBC
Complementary color
Monochromatic Colors of #D10BBC
Black with #D10BBC
Text Example
Text Example
White with #D10BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BBC; }
p { color: rgb(209,11,188); }
H1.HeaderClassName
{
color: #D10BBC;
}
.AnyTagClassName
{
color: #D10BBC;
}
</style>
background-color css
<style>
a { background-color: #D10BBC; }
a { background-color: rgb(209,11,188); }
div.DivClassName
{
background-color: #D10BBC;
}
.BgClassName
{
background-color: #D10BBC;
}
</style>
border-color css
<style>
span { border-color: #D10BBC; }
span { border-color: rgb(209,11,188); }
td.TdClassName
{
border-color: #D10BBC;
}
.TagClassName
{
border-color: #D10BBC;
}
</style>