Shades of Deep Magenta #DF14CD
Tints of Deep Magenta #DF14CD
RGB
CMYK
RGB Variations
Color information
#DF14CD (or 0xDF14CD) is known color: Deep Magenta. HEX triplet: DF, 14 and CD. RGB value is (223,20,205). Sum of RGB (Red+Green+Blue) = 223+20+205=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14CD is #20EB32. Grayscale: #656565. Windows color (decimal): -2157363 or 13440223. OLE color: 13440223.
HSL color Cylindrical-coordinate representation of color #DF14CD: hue angle of 305.32º 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 #DF14CD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.13 |
| HSL | 305.32º | 0.84% | 0.48% | - |
| HSV(B) | 305.32º | 0.91% | 0.87% | - |
| XYZ | 41.7 | 20.6 | 59.54 | - |
| YUV | 101.79 | 186.25 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 205 | 0 | 0.91 | 0.08 | 0.13 | 305.32 | 0.84 | 0.48 |
| Hex | DF | 14 | CD | 0 | 5B | 8 | D | 131 | 54 | 30 |
| Octal | 337 | 24 | 315 | 0 | 133 | 10 | 15 | 461 | 124 | 60 |
| Binary | 11011111 | 10100 | 11001101 | 0 | 1011011 | 1000 | 1101 | 100110001 | 1010100 | 110000 |
Color Harmonies of #DF14CD
Complementary color
Monochromatic Colors of #DF14CD
Black with #DF14CD
Text Example
Text Example
White with #DF14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14CD; }
p { color: rgb(223,20,205); }
H1.HeaderClassName
{
color: #DF14CD;
}
.AnyTagClassName
{
color: #DF14CD;
}
</style>
background-color css
<style>
a { background-color: #DF14CD; }
a { background-color: rgb(223,20,205); }
div.DivClassName
{
background-color: #DF14CD;
}
.BgClassName
{
background-color: #DF14CD;
}
</style>
border-color css
<style>
span { border-color: #DF14CD; }
span { border-color: rgb(223,20,205); }
td.TdClassName
{
border-color: #DF14CD;
}
.TagClassName
{
border-color: #DF14CD;
}
</style>