Shades of Deep Magenta #D01BBC
Tints of Deep Magenta #D01BBC
RGB
CMYK
RGB Variations
Color information
#D01BBC (or 0xD01BBC) is known color: Deep Magenta. HEX triplet: D0, 1B and BC. RGB value is (208,27,188). Sum of RGB (Red+Green+Blue) = 208+27+188=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BBC is #2FE443. Grayscale: #636363. Windows color (decimal): -3138628 or 12327888. OLE color: 12327888.
HSL color Cylindrical-coordinate representation of color #D01BBC: hue angle of 306.63º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01BBC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.63º | 0.77% | 0.46% | - |
| HSV(B) | 306.63º | 0.87% | 0.82% | - |
| XYZ | 35.48 | 17.82 | 49.15 | - |
| YUV | 99.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 188 | 0 | 0.87 | 0.10 | 0.18 | 306.63 | 0.77 | 0.46 |
| Hex | D0 | 1B | BC | 0 | 57 | A | 12 | 133 | 4D | 2E |
| Octal | 320 | 33 | 274 | 0 | 127 | 12 | 22 | 463 | 115 | 56 |
| Binary | 11010000 | 11011 | 10111100 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D01BBC
Complementary color
Monochromatic Colors of #D01BBC
Black with #D01BBC
Text Example
Text Example
White with #D01BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BBC; }
p { color: rgb(208,27,188); }
H1.HeaderClassName
{
color: #D01BBC;
}
.AnyTagClassName
{
color: #D01BBC;
}
</style>
background-color css
<style>
a { background-color: #D01BBC; }
a { background-color: rgb(208,27,188); }
div.DivClassName
{
background-color: #D01BBC;
}
.BgClassName
{
background-color: #D01BBC;
}
</style>
border-color css
<style>
span { border-color: #D01BBC; }
span { border-color: rgb(208,27,188); }
td.TdClassName
{
border-color: #D01BBC;
}
.TagClassName
{
border-color: #D01BBC;
}
</style>