Shades of Deep Magenta #DF0CC3
Tints of Deep Magenta #DF0CC3
RGB
CMYK
RGB Variations
Color information
#DF0CC3 (or 0xDF0CC3) is known color: Deep Magenta. HEX triplet: DF, 0C and C3. RGB value is (223,12,195). Sum of RGB (Red+Green+Blue) = 223+12+195=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CC3 is #20F33C. Grayscale: #5F5F5F. Windows color (decimal): -2159421 or 12782815. OLE color: 12782815.
HSL color Cylindrical-coordinate representation of color #DF0CC3: hue angle of 307.96º 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 #DF0CC3 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 195 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.13 |
| HSL | 307.96º | 0.9% | 0.46% | - |
| HSV(B) | 307.96º | 0.95% | 0.87% | - |
| XYZ | 40.41 | 19.89 | 53.34 | - |
| YUV | 95.95 | 183.9 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 195 | 0 | 0.95 | 0.13 | 0.13 | 307.96 | 0.9 | 0.46 |
| Hex | DF | C | C3 | 0 | 5F | D | D | 134 | 5A | 2E |
| Octal | 337 | 14 | 303 | 0 | 137 | 15 | 15 | 464 | 132 | 56 |
| Binary | 11011111 | 1100 | 11000011 | 0 | 1011111 | 1101 | 1101 | 100110100 | 1011010 | 101110 |
Color Harmonies of #DF0CC3
Complementary color
Monochromatic Colors of #DF0CC3
Black with #DF0CC3
Text Example
Text Example
White with #DF0CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CC3; }
p { color: rgb(223,12,195); }
H1.HeaderClassName
{
color: #DF0CC3;
}
.AnyTagClassName
{
color: #DF0CC3;
}
</style>
background-color css
<style>
a { background-color: #DF0CC3; }
a { background-color: rgb(223,12,195); }
div.DivClassName
{
background-color: #DF0CC3;
}
.BgClassName
{
background-color: #DF0CC3;
}
</style>
border-color css
<style>
span { border-color: #DF0CC3; }
span { border-color: rgb(223,12,195); }
td.TdClassName
{
border-color: #DF0CC3;
}
.TagClassName
{
border-color: #DF0CC3;
}
</style>