Shades of Deep Magenta #D114DF
Tints of Deep Magenta #D114DF
RGB
CMYK
RGB Variations
Color information
#D114DF (or 0xD114DF) is known color: Deep Magenta. HEX triplet: D1, 14 and DF. RGB value is (209,20,223). Sum of RGB (Red+Green+Blue) = 209+20+223=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #D114DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114DF is #2EEB20. Grayscale: #636363. Windows color (decimal): -3074849 or 14619857. OLE color: 14619857.
HSL color Cylindrical-coordinate representation of color #D114DF: hue angle of 295.86º 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 #D114DF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 20 | 223 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.13 |
| HSL | 295.86º | 0.84% | 0.48% | - |
| HSV(B) | 295.86º | 0.91% | 0.87% | - |
| XYZ | 39.86 | 19.38 | 71.45 | - |
| YUV | 99.65 | 197.62 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 223 | 0.06 | 0.91 | 0 | 0.13 | 295.86 | 0.84 | 0.48 |
| Hex | D1 | 14 | DF | 6 | 5B | 0 | D | 128 | 54 | 30 |
| Octal | 321 | 24 | 337 | 6 | 133 | 0 | 15 | 450 | 124 | 60 |
| Binary | 11010001 | 10100 | 11011111 | 110 | 1011011 | 0 | 1101 | 100101000 | 1010100 | 110000 |
Color Harmonies of #D114DF
Complementary color
Monochromatic Colors of #D114DF
Black with #D114DF
Text Example
Text Example
White with #D114DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114DF; }
p { color: rgb(209,20,223); }
H1.HeaderClassName
{
color: #D114DF;
}
.AnyTagClassName
{
color: #D114DF;
}
</style>
background-color css
<style>
a { background-color: #D114DF; }
a { background-color: rgb(209,20,223); }
div.DivClassName
{
background-color: #D114DF;
}
.BgClassName
{
background-color: #D114DF;
}
</style>
border-color css
<style>
span { border-color: #D114DF; }
span { border-color: rgb(209,20,223); }
td.TdClassName
{
border-color: #D114DF;
}
.TagClassName
{
border-color: #D114DF;
}
</style>