Shades of Deep Magenta #DF00CF
Tints of Deep Magenta #DF00CF
RGB
CMYK
RGB Variations
Color information
#DF00CF (or 0xDF00CF) is known color: Deep Magenta. HEX triplet: DF, 00 and CF. RGB value is (223,0,207). Sum of RGB (Red+Green+Blue) = 223+0+207=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00CF is #20FF30. Grayscale: #595959. Windows color (decimal): -2162481 or 13566175. OLE color: 13566175.
HSL color Cylindrical-coordinate representation of color #DF00CF: hue angle of 304.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00CF is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.07 | 0.13 |
| HSL | 304.3º | 1% | 0.44% | - |
| HSV(B) | 304.3º | 1% | 0.87% | - |
| XYZ | 41.69 | 20.19 | 60.73 | - |
| YUV | 90.28 | 193.88 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 207 | 0 | 1 | 0.07 | 0.13 | 304.3 | 1 | 0.44 |
| Hex | DF | 0 | CF | 0 | 64 | 7 | D | 130 | 64 | 2C |
| Octal | 337 | 0 | 317 | 0 | 144 | 7 | 15 | 460 | 144 | 54 |
| Binary | 11011111 | 0 | 11001111 | 0 | 1100100 | 111 | 1101 | 100110000 | 1100100 | 101100 |
Color Harmonies of #DF00CF
Complementary color
Monochromatic Colors of #DF00CF
Black with #DF00CF
Text Example
Text Example
White with #DF00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00CF; }
p { color: rgb(223,0,207); }
H1.HeaderClassName
{
color: #DF00CF;
}
.AnyTagClassName
{
color: #DF00CF;
}
</style>
background-color css
<style>
a { background-color: #DF00CF; }
a { background-color: rgb(223,0,207); }
div.DivClassName
{
background-color: #DF00CF;
}
.BgClassName
{
background-color: #DF00CF;
}
</style>
border-color css
<style>
span { border-color: #DF00CF; }
span { border-color: rgb(223,0,207); }
td.TdClassName
{
border-color: #DF00CF;
}
.TagClassName
{
border-color: #DF00CF;
}
</style>