Shades of Deep Magenta #D10BBE
Tints of Deep Magenta #D10BBE
RGB
CMYK
RGB Variations
Color information
#D10BBE (or 0xD10BBE) is known color: Deep Magenta. HEX triplet: D1, 0B and BE. RGB value is (209,11,190). Sum of RGB (Red+Green+Blue) = 209+11+190=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BBE is #2EF441. Grayscale: #5A5A5A. Windows color (decimal): -3077186 or 12454865. OLE color: 12454865.
HSL color Cylindrical-coordinate representation of color #D10BBE: hue angle of 305.76º 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 #D10BBE is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.18 |
| HSL | 305.76º | 0.9% | 0.43% | - |
| HSV(B) | 305.76º | 0.95% | 0.82% | - |
| XYZ | 35.71 | 17.51 | 50.21 | - |
| YUV | 90.61 | 184.1 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 190 | 0 | 0.95 | 0.09 | 0.18 | 305.76 | 0.9 | 0.43 |
| Hex | D1 | B | BE | 0 | 5F | 9 | 12 | 132 | 5A | 2B |
| Octal | 321 | 13 | 276 | 0 | 137 | 11 | 22 | 462 | 132 | 53 |
| Binary | 11010001 | 1011 | 10111110 | 0 | 1011111 | 1001 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D10BBE
Complementary color
Monochromatic Colors of #D10BBE
Black with #D10BBE
Text Example
Text Example
White with #D10BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BBE; }
p { color: rgb(209,11,190); }
H1.HeaderClassName
{
color: #D10BBE;
}
.AnyTagClassName
{
color: #D10BBE;
}
</style>
background-color css
<style>
a { background-color: #D10BBE; }
a { background-color: rgb(209,11,190); }
div.DivClassName
{
background-color: #D10BBE;
}
.BgClassName
{
background-color: #D10BBE;
}
</style>
border-color css
<style>
span { border-color: #D10BBE; }
span { border-color: rgb(209,11,190); }
td.TdClassName
{
border-color: #D10BBE;
}
.TagClassName
{
border-color: #D10BBE;
}
</style>