Shades of Deep Magenta #DF07CD
Tints of Deep Magenta #DF07CD
RGB
CMYK
RGB Variations
Color information
#DF07CD (or 0xDF07CD) is known color: Deep Magenta. HEX triplet: DF, 07 and CD. RGB value is (223,7,205). Sum of RGB (Red+Green+Blue) = 223+7+205=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07CD is #20F832. Grayscale: #5D5D5D. Windows color (decimal): -2160691 or 13436895. OLE color: 13436895.
HSL color Cylindrical-coordinate representation of color #DF07CD: hue angle of 305º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07CD is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.13 |
| HSL | 305º | 0.94% | 0.45% | - |
| HSV(B) | 305º | 0.97% | 0.87% | - |
| XYZ | 41.53 | 20.25 | 59.48 | - |
| YUV | 94.16 | 190.56 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 205 | 0 | 0.97 | 0.08 | 0.13 | 305 | 0.94 | 0.45 |
| Hex | DF | 7 | CD | 0 | 61 | 8 | D | 131 | 5E | 2D |
| Octal | 337 | 7 | 315 | 0 | 141 | 10 | 15 | 461 | 136 | 55 |
| Binary | 11011111 | 111 | 11001101 | 0 | 1100001 | 1000 | 1101 | 100110001 | 1011110 | 101101 |
Color Harmonies of #DF07CD
Complementary color
Monochromatic Colors of #DF07CD
Black with #DF07CD
Text Example
Text Example
White with #DF07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07CD; }
p { color: rgb(223,7,205); }
H1.HeaderClassName
{
color: #DF07CD;
}
.AnyTagClassName
{
color: #DF07CD;
}
</style>
background-color css
<style>
a { background-color: #DF07CD; }
a { background-color: rgb(223,7,205); }
div.DivClassName
{
background-color: #DF07CD;
}
.BgClassName
{
background-color: #DF07CD;
}
</style>
border-color css
<style>
span { border-color: #DF07CD; }
span { border-color: rgb(223,7,205); }
td.TdClassName
{
border-color: #DF07CD;
}
.TagClassName
{
border-color: #DF07CD;
}
</style>