Shades of Deep Magenta #DF0CCA
Tints of Deep Magenta #DF0CCA
RGB
CMYK
RGB Variations
Color information
#DF0CCA (or 0xDF0CCA) is known color: Deep Magenta. HEX triplet: DF, 0C and CA. RGB value is (223,12,202). Sum of RGB (Red+Green+Blue) = 223+12+202=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CCA is #20F335. Grayscale: #606060. Windows color (decimal): -2159414 or 13241567. OLE color: 13241567.
HSL color Cylindrical-coordinate representation of color #DF0CCA: hue angle of 305.97º degrees, saturation: 0.9, 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 #DF0CCA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.13 |
| HSL | 305.97º | 0.9% | 0.46% | - |
| HSV(B) | 305.97º | 0.95% | 0.87% | - |
| XYZ | 41.22 | 20.22 | 57.61 | - |
| YUV | 96.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 202 | 0 | 0.95 | 0.09 | 0.13 | 305.97 | 0.9 | 0.46 |
| Hex | DF | C | CA | 0 | 5F | 9 | D | 132 | 5A | 2E |
| Octal | 337 | 14 | 312 | 0 | 137 | 11 | 15 | 462 | 132 | 56 |
| Binary | 11011111 | 1100 | 11001010 | 0 | 1011111 | 1001 | 1101 | 100110010 | 1011010 | 101110 |
Color Harmonies of #DF0CCA
Complementary color
Monochromatic Colors of #DF0CCA
Black with #DF0CCA
Text Example
Text Example
White with #DF0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CCA; }
p { color: rgb(223,12,202); }
H1.HeaderClassName
{
color: #DF0CCA;
}
.AnyTagClassName
{
color: #DF0CCA;
}
</style>
background-color css
<style>
a { background-color: #DF0CCA; }
a { background-color: rgb(223,12,202); }
div.DivClassName
{
background-color: #DF0CCA;
}
.BgClassName
{
background-color: #DF0CCA;
}
</style>
border-color css
<style>
span { border-color: #DF0CCA; }
span { border-color: rgb(223,12,202); }
td.TdClassName
{
border-color: #DF0CCA;
}
.TagClassName
{
border-color: #DF0CCA;
}
</style>