Shades of Deep Magenta #DF14CF
Tints of Deep Magenta #DF14CF
RGB
CMYK
RGB Variations
Color information
#DF14CF (or 0xDF14CF) is known color: Deep Magenta. HEX triplet: DF, 14 and CF. RGB value is (223,20,207). Sum of RGB (Red+Green+Blue) = 223+20+207=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14CF is #20EB30. Grayscale: #656565. Windows color (decimal): -2157361 or 13571295. OLE color: 13571295.
HSL color Cylindrical-coordinate representation of color #DF14CF: hue angle of 304.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF14CF is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.13 |
| HSL | 304.73º | 0.84% | 0.48% | - |
| HSV(B) | 304.73º | 0.91% | 0.87% | - |
| XYZ | 41.94 | 20.69 | 60.81 | - |
| YUV | 102.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 207 | 0 | 0.91 | 0.07 | 0.13 | 304.73 | 0.84 | 0.48 |
| Hex | DF | 14 | CF | 0 | 5B | 7 | D | 131 | 54 | 30 |
| Octal | 337 | 24 | 317 | 0 | 133 | 7 | 15 | 461 | 124 | 60 |
| Binary | 11011111 | 10100 | 11001111 | 0 | 1011011 | 111 | 1101 | 100110001 | 1010100 | 110000 |
Color Harmonies of #DF14CF
Complementary color
Monochromatic Colors of #DF14CF
Black with #DF14CF
Text Example
Text Example
White with #DF14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14CF; }
p { color: rgb(223,20,207); }
H1.HeaderClassName
{
color: #DF14CF;
}
.AnyTagClassName
{
color: #DF14CF;
}
</style>
background-color css
<style>
a { background-color: #DF14CF; }
a { background-color: rgb(223,20,207); }
div.DivClassName
{
background-color: #DF14CF;
}
.BgClassName
{
background-color: #DF14CF;
}
</style>
border-color css
<style>
span { border-color: #DF14CF; }
span { border-color: rgb(223,20,207); }
td.TdClassName
{
border-color: #DF14CF;
}
.TagClassName
{
border-color: #DF14CF;
}
</style>