Shades of Deep Magenta #DF0DC4
Tints of Deep Magenta #DF0DC4
RGB
CMYK
RGB Variations
Color information
#DF0DC4 (or 0xDF0DC4) is known color: Deep Magenta. HEX triplet: DF, 0D and C4. RGB value is (223,13,196). Sum of RGB (Red+Green+Blue) = 223+13+196=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC4 is #20F23B. Grayscale: #606060. Windows color (decimal): -2159164 or 12848607. OLE color: 12848607.
HSL color Cylindrical-coordinate representation of color #DF0DC4: hue angle of 307.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 #DF0DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.13 |
| HSL | 307.71º | 0.89% | 0.46% | - |
| HSV(B) | 307.71º | 0.94% | 0.87% | - |
| XYZ | 40.54 | 19.96 | 53.94 | - |
| YUV | 96.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 196 | 0 | 0.94 | 0.12 | 0.13 | 307.71 | 0.89 | 0.46 |
| Hex | DF | D | C4 | 0 | 5E | C | D | 134 | 59 | 2E |
| Octal | 337 | 15 | 304 | 0 | 136 | 14 | 15 | 464 | 131 | 56 |
| Binary | 11011111 | 1101 | 11000100 | 0 | 1011110 | 1100 | 1101 | 100110100 | 1011001 | 101110 |
Color Harmonies of #DF0DC4
Complementary color
Monochromatic Colors of #DF0DC4
Black with #DF0DC4
Text Example
Text Example
White with #DF0DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DC4; }
p { color: rgb(223,13,196); }
H1.HeaderClassName
{
color: #DF0DC4;
}
.AnyTagClassName
{
color: #DF0DC4;
}
</style>
background-color css
<style>
a { background-color: #DF0DC4; }
a { background-color: rgb(223,13,196); }
div.DivClassName
{
background-color: #DF0DC4;
}
.BgClassName
{
background-color: #DF0DC4;
}
</style>
border-color css
<style>
span { border-color: #DF0DC4; }
span { border-color: rgb(223,13,196); }
td.TdClassName
{
border-color: #DF0DC4;
}
.TagClassName
{
border-color: #DF0DC4;
}
</style>