Shades of Deep Magenta #DF0DBF
Tints of Deep Magenta #DF0DBF
RGB
CMYK
RGB Variations
Color information
#DF0DBF (or 0xDF0DBF) is known color: Deep Magenta. HEX triplet: DF, 0D and BF. RGB value is (223,13,191). Sum of RGB (Red+Green+Blue) = 223+13+191=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DBF is #20F240. Grayscale: #5F5F5F. Windows color (decimal): -2159169 or 12520927. OLE color: 12520927.
HSL color Cylindrical-coordinate representation of color #DF0DBF: hue angle of 309.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DBF is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 309.14º | 0.89% | 0.46% | - |
| HSV(B) | 309.14º | 0.94% | 0.87% | - |
| XYZ | 39.98 | 19.74 | 50.99 | - |
| YUV | 96.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 191 | 0 | 0.94 | 0.14 | 0.13 | 309.14 | 0.89 | 0.46 |
| Hex | DF | D | BF | 0 | 5E | E | D | 135 | 59 | 2E |
| Octal | 337 | 15 | 277 | 0 | 136 | 16 | 15 | 465 | 131 | 56 |
| Binary | 11011111 | 1101 | 10111111 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011001 | 101110 |
Color Harmonies of #DF0DBF
Complementary color
Monochromatic Colors of #DF0DBF
Black with #DF0DBF
Text Example
Text Example
White with #DF0DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DBF; }
p { color: rgb(223,13,191); }
H1.HeaderClassName
{
color: #DF0DBF;
}
.AnyTagClassName
{
color: #DF0DBF;
}
</style>
background-color css
<style>
a { background-color: #DF0DBF; }
a { background-color: rgb(223,13,191); }
div.DivClassName
{
background-color: #DF0DBF;
}
.BgClassName
{
background-color: #DF0DBF;
}
</style>
border-color css
<style>
span { border-color: #DF0DBF; }
span { border-color: rgb(223,13,191); }
td.TdClassName
{
border-color: #DF0DBF;
}
.TagClassName
{
border-color: #DF0DBF;
}
</style>