Shades of Deep Magenta #DF00C1
Tints of Deep Magenta #DF00C1
RGB
CMYK
RGB Variations
Color information
#DF00C1 (or 0xDF00C1) is known color: Deep Magenta. HEX triplet: DF, 00 and C1. RGB value is (223,0,193). Sum of RGB (Red+Green+Blue) = 223+0+193=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00C1 is #20FF3E. Grayscale: #585858. Windows color (decimal): -2162495 or 12648671. OLE color: 12648671.
HSL color Cylindrical-coordinate representation of color #DF00C1: hue angle of 308.07º 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 #DF00C1 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.13 | 0.13 |
| HSL | 308.07º | 1% | 0.44% | - |
| HSV(B) | 308.07º | 1% | 0.87% | - |
| XYZ | 40.06 | 19.54 | 52.11 | - |
| YUV | 88.68 | 186.88 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 193 | 0 | 1 | 0.13 | 0.13 | 308.07 | 1 | 0.44 |
| Hex | DF | 0 | C1 | 0 | 64 | D | D | 134 | 64 | 2C |
| Octal | 337 | 0 | 301 | 0 | 144 | 15 | 15 | 464 | 144 | 54 |
| Binary | 11011111 | 0 | 11000001 | 0 | 1100100 | 1101 | 1101 | 100110100 | 1100100 | 101100 |
Color Harmonies of #DF00C1
Complementary color
Monochromatic Colors of #DF00C1
Black with #DF00C1
Text Example
Text Example
White with #DF00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00C1; }
p { color: rgb(223,0,193); }
H1.HeaderClassName
{
color: #DF00C1;
}
.AnyTagClassName
{
color: #DF00C1;
}
</style>
background-color css
<style>
a { background-color: #DF00C1; }
a { background-color: rgb(223,0,193); }
div.DivClassName
{
background-color: #DF00C1;
}
.BgClassName
{
background-color: #DF00C1;
}
</style>
border-color css
<style>
span { border-color: #DF00C1; }
span { border-color: rgb(223,0,193); }
td.TdClassName
{
border-color: #DF00C1;
}
.TagClassName
{
border-color: #DF00C1;
}
</style>