Shades of Deep Magenta #DF13CD
Tints of Deep Magenta #DF13CD
RGB
CMYK
RGB Variations
Color information
#DF13CD (or 0xDF13CD) is known color: Deep Magenta. HEX triplet: DF, 13 and CD. RGB value is (223,19,205). Sum of RGB (Red+Green+Blue) = 223+19+205=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13CD is #20EC32. Grayscale: #646464. Windows color (decimal): -2157619 or 13439967. OLE color: 13439967.
HSL color Cylindrical-coordinate representation of color #DF13CD: hue angle of 305.29º 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 #DF13CD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 205 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.13 |
| HSL | 305.29º | 0.84% | 0.47% | - |
| HSV(B) | 305.29º | 0.91% | 0.87% | - |
| XYZ | 41.68 | 20.56 | 59.53 | - |
| YUV | 101.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 205 | 0 | 0.91 | 0.08 | 0.13 | 305.29 | 0.84 | 0.47 |
| Hex | DF | 13 | CD | 0 | 5B | 8 | D | 131 | 54 | 2F |
| Octal | 337 | 23 | 315 | 0 | 133 | 10 | 15 | 461 | 124 | 57 |
| Binary | 11011111 | 10011 | 11001101 | 0 | 1011011 | 1000 | 1101 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DF13CD
Complementary color
Monochromatic Colors of #DF13CD
Black with #DF13CD
Text Example
Text Example
White with #DF13CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13CD; }
p { color: rgb(223,19,205); }
H1.HeaderClassName
{
color: #DF13CD;
}
.AnyTagClassName
{
color: #DF13CD;
}
</style>
background-color css
<style>
a { background-color: #DF13CD; }
a { background-color: rgb(223,19,205); }
div.DivClassName
{
background-color: #DF13CD;
}
.BgClassName
{
background-color: #DF13CD;
}
</style>
border-color css
<style>
span { border-color: #DF13CD; }
span { border-color: rgb(223,19,205); }
td.TdClassName
{
border-color: #DF13CD;
}
.TagClassName
{
border-color: #DF13CD;
}
</style>