Shades of Deep Magenta #DF0DCB
Tints of Deep Magenta #DF0DCB
RGB
CMYK
RGB Variations
Color information
#DF0DCB (or 0xDF0DCB) is known color: Deep Magenta. HEX triplet: DF, 0D and CB. RGB value is (223,13,203). Sum of RGB (Red+Green+Blue) = 223+13+203=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DCB is #20F234. Grayscale: #606060. Windows color (decimal): -2159157 or 13307359. OLE color: 13307359.
HSL color Cylindrical-coordinate representation of color #DF0DCB: hue angle of 305.71º 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 #DF0DCB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.13 |
| HSL | 305.71º | 0.89% | 0.46% | - |
| HSV(B) | 305.71º | 0.94% | 0.87% | - |
| XYZ | 41.35 | 20.29 | 58.24 | - |
| YUV | 97.45 | 187.57 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 203 | 0 | 0.94 | 0.09 | 0.13 | 305.71 | 0.89 | 0.46 |
| Hex | DF | D | CB | 0 | 5E | 9 | D | 132 | 59 | 2E |
| Octal | 337 | 15 | 313 | 0 | 136 | 11 | 15 | 462 | 131 | 56 |
| Binary | 11011111 | 1101 | 11001011 | 0 | 1011110 | 1001 | 1101 | 100110010 | 1011001 | 101110 |
Color Harmonies of #DF0DCB
Complementary color
Monochromatic Colors of #DF0DCB
Black with #DF0DCB
Text Example
Text Example
White with #DF0DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DCB; }
p { color: rgb(223,13,203); }
H1.HeaderClassName
{
color: #DF0DCB;
}
.AnyTagClassName
{
color: #DF0DCB;
}
</style>
background-color css
<style>
a { background-color: #DF0DCB; }
a { background-color: rgb(223,13,203); }
div.DivClassName
{
background-color: #DF0DCB;
}
.BgClassName
{
background-color: #DF0DCB;
}
</style>
border-color css
<style>
span { border-color: #DF0DCB; }
span { border-color: rgb(223,13,203); }
td.TdClassName
{
border-color: #DF0DCB;
}
.TagClassName
{
border-color: #DF0DCB;
}
</style>