Shades of Deep Magenta #DF0BDF
Tints of Deep Magenta #DF0BDF
RGB
CMYK
RGB Variations
Color information
#DF0BDF (or 0xDF0BDF) is known color: Deep Magenta. HEX triplet: DF, 0B and DF. RGB value is (223,11,223). Sum of RGB (Red+Green+Blue) = 223+11+223=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0BDF is #20F420. Grayscale: #616161. Windows color (decimal): -2159649 or 14617567. OLE color: 14617567.
HSL color Cylindrical-coordinate representation of color #DF0BDF: hue angle of 300º degrees, saturation: 0.91, 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 #DF0BDF is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0 | 0.13 |
| HSL | 300º | 0.91% | 0.46% | - |
| HSV(B) | 300º | 0.95% | 0.87% | - |
| XYZ | 43.87 | 21.26 | 71.6 | - |
| YUV | 98.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 223 | 0 | 0.95 | 0 | 0.13 | 300 | 0.91 | 0.46 |
| Hex | DF | B | DF | 0 | 5F | 0 | D | 12C | 5B | 2E |
| Octal | 337 | 13 | 337 | 0 | 137 | 0 | 15 | 454 | 133 | 56 |
| Binary | 11011111 | 1011 | 11011111 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011011 | 101110 |
Color Harmonies of #DF0BDF
Complementary color
Monochromatic Colors of #DF0BDF
Black with #DF0BDF
Text Example
Text Example
White with #DF0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BDF; }
p { color: rgb(223,11,223); }
H1.HeaderClassName
{
color: #DF0BDF;
}
.AnyTagClassName
{
color: #DF0BDF;
}
</style>
background-color css
<style>
a { background-color: #DF0BDF; }
a { background-color: rgb(223,11,223); }
div.DivClassName
{
background-color: #DF0BDF;
}
.BgClassName
{
background-color: #DF0BDF;
}
</style>
border-color css
<style>
span { border-color: #DF0BDF; }
span { border-color: rgb(223,11,223); }
td.TdClassName
{
border-color: #DF0BDF;
}
.TagClassName
{
border-color: #DF0BDF;
}
</style>