Shades of Deep Magenta #D00BBC
Tints of Deep Magenta #D00BBC
RGB
CMYK
RGB Variations
Color information
#D00BBC (or 0xD00BBC) is known color: Deep Magenta. HEX triplet: D0, 0B and BC. RGB value is (208,11,188). Sum of RGB (Red+Green+Blue) = 208+11+188=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BBC is #2FF443. Grayscale: #595959. Windows color (decimal): -3142724 or 12323792. OLE color: 12323792.
HSL color Cylindrical-coordinate representation of color #D00BBC: hue angle of 306.09º 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 #D00BBC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.18 |
| HSL | 306.09º | 0.9% | 0.43% | - |
| HSV(B) | 306.09º | 0.95% | 0.82% | - |
| XYZ | 35.21 | 17.28 | 49.06 | - |
| YUV | 90.08 | 183.27 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 188 | 0 | 0.95 | 0.10 | 0.18 | 306.09 | 0.9 | 0.43 |
| Hex | D0 | B | BC | 0 | 5F | A | 12 | 132 | 5A | 2B |
| Octal | 320 | 13 | 274 | 0 | 137 | 12 | 22 | 462 | 132 | 53 |
| Binary | 11010000 | 1011 | 10111100 | 0 | 1011111 | 1010 | 10010 | 100110010 | 1011010 | 101011 |
Color Harmonies of #D00BBC
Complementary color
Monochromatic Colors of #D00BBC
Black with #D00BBC
Text Example
Text Example
White with #D00BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BBC; }
p { color: rgb(208,11,188); }
H1.HeaderClassName
{
color: #D00BBC;
}
.AnyTagClassName
{
color: #D00BBC;
}
</style>
background-color css
<style>
a { background-color: #D00BBC; }
a { background-color: rgb(208,11,188); }
div.DivClassName
{
background-color: #D00BBC;
}
.BgClassName
{
background-color: #D00BBC;
}
</style>
border-color css
<style>
span { border-color: #D00BBC; }
span { border-color: rgb(208,11,188); }
td.TdClassName
{
border-color: #D00BBC;
}
.TagClassName
{
border-color: #D00BBC;
}
</style>