Shades of Deep Magenta #DF01BC
Tints of Deep Magenta #DF01BC
RGB
CMYK
RGB Variations
Color information
#DF01BC (or 0xDF01BC) is known color: Deep Magenta. HEX triplet: DF, 01 and BC. RGB value is (223,1,188). Sum of RGB (Red+Green+Blue) = 223+1+188=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01BC is #20FE43. Grayscale: #585858. Windows color (decimal): -2162244 or 12321247. OLE color: 12321247.
HSL color Cylindrical-coordinate representation of color #DF01BC: hue angle of 309.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01BC is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.13 |
| HSL | 309.46º | 0.99% | 0.44% | - |
| HSV(B) | 309.46º | 1% | 0.87% | - |
| XYZ | 39.52 | 19.34 | 49.23 | - |
| YUV | 88.7 | 184.05 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 188 | 0 | 1.00 | 0.16 | 0.13 | 309.46 | 0.99 | 0.44 |
| Hex | DF | 1 | BC | 0 | 64 | 10 | D | 135 | 63 | 2C |
| Octal | 337 | 1 | 274 | 0 | 144 | 20 | 15 | 465 | 143 | 54 |
| Binary | 11011111 | 1 | 10111100 | 0 | 1100100 | 10000 | 1101 | 100110101 | 1100011 | 101100 |
Color Harmonies of #DF01BC
Complementary color
Monochromatic Colors of #DF01BC
Black with #DF01BC
Text Example
Text Example
White with #DF01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01BC; }
p { color: rgb(223,1,188); }
H1.HeaderClassName
{
color: #DF01BC;
}
.AnyTagClassName
{
color: #DF01BC;
}
</style>
background-color css
<style>
a { background-color: #DF01BC; }
a { background-color: rgb(223,1,188); }
div.DivClassName
{
background-color: #DF01BC;
}
.BgClassName
{
background-color: #DF01BC;
}
</style>
border-color css
<style>
span { border-color: #DF01BC; }
span { border-color: rgb(223,1,188); }
td.TdClassName
{
border-color: #DF01BC;
}
.TagClassName
{
border-color: #DF01BC;
}
</style>