Shades of Deep Magenta #DF14CA
Tints of Deep Magenta #DF14CA
RGB
CMYK
RGB Variations
Color information
#DF14CA (or 0xDF14CA) is known color: Deep Magenta. HEX triplet: DF, 14 and CA. RGB value is (223,20,202). Sum of RGB (Red+Green+Blue) = 223+20+202=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF14CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF14CA is #20EB35. Grayscale: #646464. Windows color (decimal): -2157366 or 13243615. OLE color: 13243615.
HSL color Cylindrical-coordinate representation of color #DF14CA: hue angle of 306.21º 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 #DF14CA is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 202 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.13 |
| HSL | 306.21º | 0.84% | 0.48% | - |
| HSV(B) | 306.21º | 0.91% | 0.87% | - |
| XYZ | 41.34 | 20.45 | 57.65 | - |
| YUV | 101.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 202 | 0 | 0.91 | 0.09 | 0.13 | 306.21 | 0.84 | 0.48 |
| Hex | DF | 14 | CA | 0 | 5B | 9 | D | 132 | 54 | 30 |
| Octal | 337 | 24 | 312 | 0 | 133 | 11 | 15 | 462 | 124 | 60 |
| Binary | 11011111 | 10100 | 11001010 | 0 | 1011011 | 1001 | 1101 | 100110010 | 1010100 | 110000 |
Color Harmonies of #DF14CA
Complementary color
Monochromatic Colors of #DF14CA
Black with #DF14CA
Text Example
Text Example
White with #DF14CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF14CA; }
p { color: rgb(223,20,202); }
H1.HeaderClassName
{
color: #DF14CA;
}
.AnyTagClassName
{
color: #DF14CA;
}
</style>
background-color css
<style>
a { background-color: #DF14CA; }
a { background-color: rgb(223,20,202); }
div.DivClassName
{
background-color: #DF14CA;
}
.BgClassName
{
background-color: #DF14CA;
}
</style>
border-color css
<style>
span { border-color: #DF14CA; }
span { border-color: rgb(223,20,202); }
td.TdClassName
{
border-color: #DF14CA;
}
.TagClassName
{
border-color: #DF14CA;
}
</style>