Shades of Deep Magenta #DF05CF
Tints of Deep Magenta #DF05CF
RGB
CMYK
RGB Variations
Color information
#DF05CF (or 0xDF05CF) is known color: Deep Magenta. HEX triplet: DF, 05 and CF. RGB value is (223,5,207). Sum of RGB (Red+Green+Blue) = 223+5+207=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05CF is #20FA30. Grayscale: #5C5C5C. Windows color (decimal): -2161201 or 13567455. OLE color: 13567455.
HSL color Cylindrical-coordinate representation of color #DF05CF: hue angle of 304.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05CF is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.13 |
| HSL | 304.4º | 0.96% | 0.45% | - |
| HSV(B) | 304.4º | 0.98% | 0.87% | - |
| XYZ | 41.75 | 20.3 | 60.75 | - |
| YUV | 93.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 207 | 0 | 0.98 | 0.07 | 0.13 | 304.4 | 0.96 | 0.45 |
| Hex | DF | 5 | CF | 0 | 62 | 7 | D | 130 | 60 | 2D |
| Octal | 337 | 5 | 317 | 0 | 142 | 7 | 15 | 460 | 140 | 55 |
| Binary | 11011111 | 101 | 11001111 | 0 | 1100010 | 111 | 1101 | 100110000 | 1100000 | 101101 |
Color Harmonies of #DF05CF
Complementary color
Monochromatic Colors of #DF05CF
Black with #DF05CF
Text Example
Text Example
White with #DF05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05CF; }
p { color: rgb(223,5,207); }
H1.HeaderClassName
{
color: #DF05CF;
}
.AnyTagClassName
{
color: #DF05CF;
}
</style>
background-color css
<style>
a { background-color: #DF05CF; }
a { background-color: rgb(223,5,207); }
div.DivClassName
{
background-color: #DF05CF;
}
.BgClassName
{
background-color: #DF05CF;
}
</style>
border-color css
<style>
span { border-color: #DF05CF; }
span { border-color: rgb(223,5,207); }
td.TdClassName
{
border-color: #DF05CF;
}
.TagClassName
{
border-color: #DF05CF;
}
</style>