Shades of Deep Magenta #DF00BC
Tints of Deep Magenta #DF00BC
RGB
CMYK
RGB Variations
Color information
#DF00BC (or 0xDF00BC) is known color: Deep Magenta. HEX triplet: DF, 00 and BC. RGB value is (223,0,188). Sum of RGB (Red+Green+Blue) = 223+0+188=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00BC is #20FF43. Grayscale: #575757. Windows color (decimal): -2162500 or 12320991. OLE color: 12320991.
HSL color Cylindrical-coordinate representation of color #DF00BC: hue angle of 309.42º 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 #DF00BC is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.16 | 0.13 |
| HSL | 309.42º | 1% | 0.44% | - |
| HSV(B) | 309.42º | 1% | 0.87% | - |
| XYZ | 39.51 | 19.32 | 49.22 | - |
| YUV | 88.11 | 184.38 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 188 | 0 | 1 | 0.16 | 0.13 | 309.42 | 1 | 0.44 |
| Hex | DF | 0 | BC | 0 | 64 | 10 | D | 135 | 64 | 2C |
| Octal | 337 | 0 | 274 | 0 | 144 | 20 | 15 | 465 | 144 | 54 |
| Binary | 11011111 | 0 | 10111100 | 0 | 1100100 | 10000 | 1101 | 100110101 | 1100100 | 101100 |
Color Harmonies of #DF00BC
Complementary color
Monochromatic Colors of #DF00BC
Black with #DF00BC
Text Example
Text Example
White with #DF00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00BC; }
p { color: rgb(223,0,188); }
H1.HeaderClassName
{
color: #DF00BC;
}
.AnyTagClassName
{
color: #DF00BC;
}
</style>
background-color css
<style>
a { background-color: #DF00BC; }
a { background-color: rgb(223,0,188); }
div.DivClassName
{
background-color: #DF00BC;
}
.BgClassName
{
background-color: #DF00BC;
}
</style>
border-color css
<style>
span { border-color: #DF00BC; }
span { border-color: rgb(223,0,188); }
td.TdClassName
{
border-color: #DF00BC;
}
.TagClassName
{
border-color: #DF00BC;
}
</style>