Shades of Deep Magenta #D01BBB
Tints of Deep Magenta #D01BBB
RGB
CMYK
RGB Variations
Color information
#D01BBB (or 0xD01BBB) is known color: Deep Magenta. HEX triplet: D0, 1B and BB. RGB value is (208,27,187). Sum of RGB (Red+Green+Blue) = 208+27+187=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BBB is #2FE444. Grayscale: #626262. Windows color (decimal): -3138629 or 12262352. OLE color: 12262352.
HSL color Cylindrical-coordinate representation of color #D01BBB: hue angle of 306.96º 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 #D01BBB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.96º | 0.77% | 0.46% | - |
| HSV(B) | 306.96º | 0.87% | 0.82% | - |
| XYZ | 35.37 | 17.78 | 48.58 | - |
| YUV | 99.36 | 177.47 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 187 | 0 | 0.87 | 0.10 | 0.18 | 306.96 | 0.77 | 0.46 |
| Hex | D0 | 1B | BB | 0 | 57 | A | 12 | 133 | 4D | 2E |
| Octal | 320 | 33 | 273 | 0 | 127 | 12 | 22 | 463 | 115 | 56 |
| Binary | 11010000 | 11011 | 10111011 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001101 | 101110 |
Color Harmonies of #D01BBB
Complementary color
Monochromatic Colors of #D01BBB
Black with #D01BBB
Text Example
Text Example
White with #D01BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BBB; }
p { color: rgb(208,27,187); }
H1.HeaderClassName
{
color: #D01BBB;
}
.AnyTagClassName
{
color: #D01BBB;
}
</style>
background-color css
<style>
a { background-color: #D01BBB; }
a { background-color: rgb(208,27,187); }
div.DivClassName
{
background-color: #D01BBB;
}
.BgClassName
{
background-color: #D01BBB;
}
</style>
border-color css
<style>
span { border-color: #D01BBB; }
span { border-color: rgb(208,27,187); }
td.TdClassName
{
border-color: #D01BBB;
}
.TagClassName
{
border-color: #D01BBB;
}
</style>