Shades of Deep Magenta #DF0DCA
Tints of Deep Magenta #DF0DCA
RGB
CMYK
RGB Variations
Color information
#DF0DCA (or 0xDF0DCA) is known color: Deep Magenta. HEX triplet: DF, 0D and CA. RGB value is (223,13,202). Sum of RGB (Red+Green+Blue) = 223+13+202=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DCA is #20F235. Grayscale: #606060. Windows color (decimal): -2159158 or 13241823. OLE color: 13241823.
HSL color Cylindrical-coordinate representation of color #DF0DCA: hue angle of 306º 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 #DF0DCA is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 202 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.13 |
| HSL | 306º | 0.89% | 0.46% | - |
| HSV(B) | 306º | 0.94% | 0.87% | - |
| XYZ | 41.24 | 20.24 | 57.61 | - |
| YUV | 97.34 | 187.07 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 202 | 0 | 0.94 | 0.09 | 0.13 | 306 | 0.89 | 0.46 |
| Hex | DF | D | CA | 0 | 5E | 9 | D | 132 | 59 | 2E |
| Octal | 337 | 15 | 312 | 0 | 136 | 11 | 15 | 462 | 131 | 56 |
| Binary | 11011111 | 1101 | 11001010 | 0 | 1011110 | 1001 | 1101 | 100110010 | 1011001 | 101110 |
Color Harmonies of #DF0DCA
Complementary color
Monochromatic Colors of #DF0DCA
Black with #DF0DCA
Text Example
Text Example
White with #DF0DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DCA; }
p { color: rgb(223,13,202); }
H1.HeaderClassName
{
color: #DF0DCA;
}
.AnyTagClassName
{
color: #DF0DCA;
}
</style>
background-color css
<style>
a { background-color: #DF0DCA; }
a { background-color: rgb(223,13,202); }
div.DivClassName
{
background-color: #DF0DCA;
}
.BgClassName
{
background-color: #DF0DCA;
}
</style>
border-color css
<style>
span { border-color: #DF0DCA; }
span { border-color: rgb(223,13,202); }
td.TdClassName
{
border-color: #DF0DCA;
}
.TagClassName
{
border-color: #DF0DCA;
}
</style>