Shades of Deep Magenta #DF08DD
Tints of Deep Magenta #DF08DD
RGB
CMYK
RGB Variations
Color information
#DF08DD (or 0xDF08DD) is known color: Deep Magenta. HEX triplet: DF, 08 and DD. RGB value is (223,8,221). Sum of RGB (Red+Green+Blue) = 223+8+221=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF08DD is #20F722. Grayscale: #5F5F5F. Windows color (decimal): -2160419 or 14485727. OLE color: 14485727.
HSL color Cylindrical-coordinate representation of color #DF08DD: hue angle of 300.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF08DD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 221 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.13 |
| HSL | 300.56º | 0.93% | 0.45% | - |
| HSV(B) | 300.56º | 0.96% | 0.87% | - |
| XYZ | 43.57 | 21.08 | 70.18 | - |
| YUV | 96.57 | 198.23 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 221 | 0 | 0.96 | 0.01 | 0.13 | 300.56 | 0.93 | 0.45 |
| Hex | DF | 8 | DD | 0 | 60 | 1 | D | 12D | 5D | 2D |
| Octal | 337 | 10 | 335 | 0 | 140 | 1 | 15 | 455 | 135 | 55 |
| Binary | 11011111 | 1000 | 11011101 | 0 | 1100000 | 1 | 1101 | 100101101 | 1011101 | 101101 |
Color Harmonies of #DF08DD
Complementary color
Monochromatic Colors of #DF08DD
Black with #DF08DD
Text Example
Text Example
White with #DF08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF08DD; }
p { color: rgb(223,8,221); }
H1.HeaderClassName
{
color: #DF08DD;
}
.AnyTagClassName
{
color: #DF08DD;
}
</style>
background-color css
<style>
a { background-color: #DF08DD; }
a { background-color: rgb(223,8,221); }
div.DivClassName
{
background-color: #DF08DD;
}
.BgClassName
{
background-color: #DF08DD;
}
</style>
border-color css
<style>
span { border-color: #DF08DD; }
span { border-color: rgb(223,8,221); }
td.TdClassName
{
border-color: #DF08DD;
}
.TagClassName
{
border-color: #DF08DD;
}
</style>