Shades of Deep Magenta #D00BBA
Tints of Deep Magenta #D00BBA
RGB
CMYK
RGB Variations
Color information
#D00BBA (or 0xD00BBA) is known color: Deep Magenta. HEX triplet: D0, 0B and BA. RGB value is (208,11,186). Sum of RGB (Red+Green+Blue) = 208+11+186=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BBA is #2FF445. Grayscale: #595959. Windows color (decimal): -3142726 or 12192720. OLE color: 12192720.
HSL color Cylindrical-coordinate representation of color #D00BBA: hue angle of 306.7º 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 #D00BBA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.18 |
| HSL | 306.7º | 0.9% | 0.43% | - |
| HSV(B) | 306.7º | 0.95% | 0.82% | - |
| XYZ | 35 | 17.19 | 47.93 | - |
| YUV | 89.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 186 | 0 | 0.95 | 0.11 | 0.18 | 306.7 | 0.9 | 0.43 |
| Hex | D0 | B | BA | 0 | 5F | B | 12 | 133 | 5A | 2B |
| Octal | 320 | 13 | 272 | 0 | 137 | 13 | 22 | 463 | 132 | 53 |
| Binary | 11010000 | 1011 | 10111010 | 0 | 1011111 | 1011 | 10010 | 100110011 | 1011010 | 101011 |
Color Harmonies of #D00BBA
Complementary color
Monochromatic Colors of #D00BBA
Black with #D00BBA
Text Example
Text Example
White with #D00BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BBA; }
p { color: rgb(208,11,186); }
H1.HeaderClassName
{
color: #D00BBA;
}
.AnyTagClassName
{
color: #D00BBA;
}
</style>
background-color css
<style>
a { background-color: #D00BBA; }
a { background-color: rgb(208,11,186); }
div.DivClassName
{
background-color: #D00BBA;
}
.BgClassName
{
background-color: #D00BBA;
}
</style>
border-color css
<style>
span { border-color: #D00BBA; }
span { border-color: rgb(208,11,186); }
td.TdClassName
{
border-color: #D00BBA;
}
.TagClassName
{
border-color: #D00BBA;
}
</style>