Shades of Deep Magenta #D00BAB
Tints of Deep Magenta #D00BAB
RGB
CMYK
RGB Variations
Color information
#D00BAB (or 0xD00BAB) is known color: Deep Magenta. HEX triplet: D0, 0B and AB. RGB value is (208,11,171). Sum of RGB (Red+Green+Blue) = 208+11+171=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00BAB is #2FF454. Grayscale: #575757. Windows color (decimal): -3142741 or 11209680. OLE color: 11209680.
HSL color Cylindrical-coordinate representation of color #D00BAB: hue angle of 311.27º 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 #D00BAB is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.18 |
| HSL | 311.27º | 0.9% | 0.43% | - |
| HSV(B) | 311.27º | 0.95% | 0.82% | - |
| XYZ | 33.48 | 16.59 | 39.97 | - |
| YUV | 88.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 171 | 0 | 0.95 | 0.18 | 0.18 | 311.27 | 0.9 | 0.43 |
| Hex | D0 | B | AB | 0 | 5F | 12 | 12 | 137 | 5A | 2B |
| Octal | 320 | 13 | 253 | 0 | 137 | 22 | 22 | 467 | 132 | 53 |
| Binary | 11010000 | 1011 | 10101011 | 0 | 1011111 | 10010 | 10010 | 100110111 | 1011010 | 101011 |
Color Harmonies of #D00BAB
Complementary color
Monochromatic Colors of #D00BAB
Black with #D00BAB
Text Example
Text Example
White with #D00BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BAB; }
p { color: rgb(208,11,171); }
H1.HeaderClassName
{
color: #D00BAB;
}
.AnyTagClassName
{
color: #D00BAB;
}
</style>
background-color css
<style>
a { background-color: #D00BAB; }
a { background-color: rgb(208,11,171); }
div.DivClassName
{
background-color: #D00BAB;
}
.BgClassName
{
background-color: #D00BAB;
}
</style>
border-color css
<style>
span { border-color: #D00BAB; }
span { border-color: rgb(208,11,171); }
td.TdClassName
{
border-color: #D00BAB;
}
.TagClassName
{
border-color: #D00BAB;
}
</style>