Shades of Deep Magenta #DF13CC
Tints of Deep Magenta #DF13CC
RGB
CMYK
RGB Variations
Color information
#DF13CC (or 0xDF13CC) is known color: Deep Magenta. HEX triplet: DF, 13 and CC. RGB value is (223,19,204). Sum of RGB (Red+Green+Blue) = 223+19+204=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13CC is #20EC33. Grayscale: #646464. Windows color (decimal): -2157620 or 13374431. OLE color: 13374431.
HSL color Cylindrical-coordinate representation of color #DF13CC: hue angle of 305.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF13CC is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 204 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.13 |
| HSL | 305.59º | 0.84% | 0.47% | - |
| HSV(B) | 305.59º | 0.91% | 0.87% | - |
| XYZ | 41.56 | 20.51 | 58.9 | - |
| YUV | 101.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 204 | 0 | 0.91 | 0.09 | 0.13 | 305.59 | 0.84 | 0.47 |
| Hex | DF | 13 | CC | 0 | 5B | 9 | D | 132 | 54 | 2F |
| Octal | 337 | 23 | 314 | 0 | 133 | 11 | 15 | 462 | 124 | 57 |
| Binary | 11011111 | 10011 | 11001100 | 0 | 1011011 | 1001 | 1101 | 100110010 | 1010100 | 101111 |
Color Harmonies of #DF13CC
Complementary color
Monochromatic Colors of #DF13CC
Black with #DF13CC
Text Example
Text Example
White with #DF13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13CC; }
p { color: rgb(223,19,204); }
H1.HeaderClassName
{
color: #DF13CC;
}
.AnyTagClassName
{
color: #DF13CC;
}
</style>
background-color css
<style>
a { background-color: #DF13CC; }
a { background-color: rgb(223,19,204); }
div.DivClassName
{
background-color: #DF13CC;
}
.BgClassName
{
background-color: #DF13CC;
}
</style>
border-color css
<style>
span { border-color: #DF13CC; }
span { border-color: rgb(223,19,204); }
td.TdClassName
{
border-color: #DF13CC;
}
.TagClassName
{
border-color: #DF13CC;
}
</style>