Shades of Deep Magenta #DF00BB
Tints of Deep Magenta #DF00BB
RGB
CMYK
RGB Variations
Color information
#DF00BB (or 0xDF00BB) is known color: Deep Magenta. HEX triplet: DF, 00 and BB. RGB value is (223,0,187). Sum of RGB (Red+Green+Blue) = 223+0+187=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00BB is #20FF44. Grayscale: #575757. Windows color (decimal): -2162501 or 12255455. OLE color: 12255455.
HSL color Cylindrical-coordinate representation of color #DF00BB: hue angle of 309.69º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00BB is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.16 | 0.13 |
| HSL | 309.69º | 1% | 0.44% | - |
| HSV(B) | 309.69º | 1% | 0.87% | - |
| XYZ | 39.4 | 19.28 | 48.66 | - |
| YUV | 88 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 187 | 0 | 1 | 0.16 | 0.13 | 309.69 | 1 | 0.44 |
| Hex | DF | 0 | BB | 0 | 64 | 10 | D | 136 | 64 | 2C |
| Octal | 337 | 0 | 273 | 0 | 144 | 20 | 15 | 466 | 144 | 54 |
| Binary | 11011111 | 0 | 10111011 | 0 | 1100100 | 10000 | 1101 | 100110110 | 1100100 | 101100 |
Color Harmonies of #DF00BB
Complementary color
Monochromatic Colors of #DF00BB
Black with #DF00BB
Text Example
Text Example
White with #DF00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00BB; }
p { color: rgb(223,0,187); }
H1.HeaderClassName
{
color: #DF00BB;
}
.AnyTagClassName
{
color: #DF00BB;
}
</style>
background-color css
<style>
a { background-color: #DF00BB; }
a { background-color: rgb(223,0,187); }
div.DivClassName
{
background-color: #DF00BB;
}
.BgClassName
{
background-color: #DF00BB;
}
</style>
border-color css
<style>
span { border-color: #DF00BB; }
span { border-color: rgb(223,0,187); }
td.TdClassName
{
border-color: #DF00BB;
}
.TagClassName
{
border-color: #DF00BB;
}
</style>