Shades of Deep Magenta #D10BBD
Tints of Deep Magenta #D10BBD
RGB
CMYK
RGB Variations
Color information
#D10BBD (or 0xD10BBD) is known color: Deep Magenta. HEX triplet: D1, 0B and BD. RGB value is (209,11,189). Sum of RGB (Red+Green+Blue) = 209+11+189=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10BBD is #2EF442. Grayscale: #595959. Windows color (decimal): -3077187 or 12389329. OLE color: 12389329.
HSL color Cylindrical-coordinate representation of color #D10BBD: hue angle of 306.06º 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 #D10BBD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.06º | 0.9% | 0.43% | - |
| HSV(B) | 306.06º | 0.95% | 0.82% | - |
| XYZ | 35.6 | 17.47 | 49.64 | - |
| YUV | 90.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 189 | 0 | 0.95 | 0.10 | 0.18 | 306.06 | 0.9 | 0.43 |
| Hex | D1 | B | BD | 0 | 5F | A | 12 | 132 | 5A | 2B |
| Octal | 321 | 13 | 275 | 0 | 137 | 12 | 22 | 462 | 132 | 53 |
| Binary | 11010001 | 1011 | 10111101 | 0 | 1011111 | 1010 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D10BBD
Complementary color
Monochromatic Colors of #D10BBD
Black with #D10BBD
Text Example
Text Example
White with #D10BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10BBD; }
p { color: rgb(209,11,189); }
H1.HeaderClassName
{
color: #D10BBD;
}
.AnyTagClassName
{
color: #D10BBD;
}
</style>
background-color css
<style>
a { background-color: #D10BBD; }
a { background-color: rgb(209,11,189); }
div.DivClassName
{
background-color: #D10BBD;
}
.BgClassName
{
background-color: #D10BBD;
}
</style>
border-color css
<style>
span { border-color: #D10BBD; }
span { border-color: rgb(209,11,189); }
td.TdClassName
{
border-color: #D10BBD;
}
.TagClassName
{
border-color: #D10BBD;
}
</style>