Shades of Deep Magenta #DF0CBF
Tints of Deep Magenta #DF0CBF
RGB
CMYK
RGB Variations
Color information
#DF0CBF (or 0xDF0CBF) is known color: Deep Magenta. HEX triplet: DF, 0C and BF. RGB value is (223,12,191). Sum of RGB (Red+Green+Blue) = 223+12+191=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CBF is #20F340. Grayscale: #5E5E5E. Windows color (decimal): -2159425 or 12520671. OLE color: 12520671.
HSL color Cylindrical-coordinate representation of color #DF0CBF: hue angle of 309.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CBF is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 309.1º | 0.9% | 0.46% | - |
| HSV(B) | 309.1º | 0.95% | 0.87% | - |
| XYZ | 39.97 | 19.71 | 50.99 | - |
| YUV | 95.5 | 181.9 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 191 | 0 | 0.95 | 0.14 | 0.13 | 309.1 | 0.9 | 0.46 |
| Hex | DF | C | BF | 0 | 5F | E | D | 135 | 5A | 2E |
| Octal | 337 | 14 | 277 | 0 | 137 | 16 | 15 | 465 | 132 | 56 |
| Binary | 11011111 | 1100 | 10111111 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011010 | 101110 |
Color Harmonies of #DF0CBF
Complementary color
Monochromatic Colors of #DF0CBF
Black with #DF0CBF
Text Example
Text Example
White with #DF0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CBF; }
p { color: rgb(223,12,191); }
H1.HeaderClassName
{
color: #DF0CBF;
}
.AnyTagClassName
{
color: #DF0CBF;
}
</style>
background-color css
<style>
a { background-color: #DF0CBF; }
a { background-color: rgb(223,12,191); }
div.DivClassName
{
background-color: #DF0CBF;
}
.BgClassName
{
background-color: #DF0CBF;
}
</style>
border-color css
<style>
span { border-color: #DF0CBF; }
span { border-color: rgb(223,12,191); }
td.TdClassName
{
border-color: #DF0CBF;
}
.TagClassName
{
border-color: #DF0CBF;
}
</style>