Shades of Deep Magenta #DF0CCD
Tints of Deep Magenta #DF0CCD
RGB
CMYK
RGB Variations
Color information
#DF0CCD (or 0xDF0CCD) is known color: Deep Magenta. HEX triplet: DF, 0C and CD. RGB value is (223,12,205). Sum of RGB (Red+Green+Blue) = 223+12+205=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CCD is #20F332. Grayscale: #606060. Windows color (decimal): -2159411 or 13438175. OLE color: 13438175.
HSL color Cylindrical-coordinate representation of color #DF0CCD: hue angle of 305.12º 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 #DF0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.13 |
| HSL | 305.12º | 0.9% | 0.46% | - |
| HSV(B) | 305.12º | 0.95% | 0.87% | - |
| XYZ | 41.58 | 20.36 | 59.5 | - |
| YUV | 97.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 205 | 0 | 0.95 | 0.08 | 0.13 | 305.12 | 0.9 | 0.46 |
| Hex | DF | C | CD | 0 | 5F | 8 | D | 131 | 5A | 2E |
| Octal | 337 | 14 | 315 | 0 | 137 | 10 | 15 | 461 | 132 | 56 |
| Binary | 11011111 | 1100 | 11001101 | 0 | 1011111 | 1000 | 1101 | 100110001 | 1011010 | 101110 |
Color Harmonies of #DF0CCD
Complementary color
Monochromatic Colors of #DF0CCD
Black with #DF0CCD
Text Example
Text Example
White with #DF0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CCD; }
p { color: rgb(223,12,205); }
H1.HeaderClassName
{
color: #DF0CCD;
}
.AnyTagClassName
{
color: #DF0CCD;
}
</style>
background-color css
<style>
a { background-color: #DF0CCD; }
a { background-color: rgb(223,12,205); }
div.DivClassName
{
background-color: #DF0CCD;
}
.BgClassName
{
background-color: #DF0CCD;
}
</style>
border-color css
<style>
span { border-color: #DF0CCD; }
span { border-color: rgb(223,12,205); }
td.TdClassName
{
border-color: #DF0CCD;
}
.TagClassName
{
border-color: #DF0CCD;
}
</style>