Shades of Deep Magenta #D114CA
Tints of Deep Magenta #D114CA
RGB
CMYK
RGB Variations
Color information
#D114CA (or 0xD114CA) is known color: Deep Magenta. HEX triplet: D1, 14 and CA. RGB value is (209,20,202). Sum of RGB (Red+Green+Blue) = 209+20+202=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D114CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114CA is #2EEB35. Grayscale: #606060. Windows color (decimal): -3074870 or 13243601. OLE color: 13243601.
HSL color Cylindrical-coordinate representation of color #D114CA: hue angle of 302.22º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D114CA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 202 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.18 |
| HSL | 302.22º | 0.83% | 0.45% | - |
| HSV(B) | 302.22º | 0.9% | 0.82% | - |
| XYZ | 37.21 | 18.32 | 57.45 | - |
| YUV | 97.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 202 | 0 | 0.90 | 0.03 | 0.18 | 302.22 | 0.83 | 0.45 |
| Hex | D1 | 14 | CA | 0 | 5A | 3 | 12 | 12E | 53 | 2D |
| Octal | 321 | 24 | 312 | 0 | 132 | 3 | 22 | 456 | 123 | 55 |
| Binary | 11010001 | 10100 | 11001010 | 0 | 1011010 | 11 | 10010 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D114CA
Complementary color
Monochromatic Colors of #D114CA
Black with #D114CA
Text Example
Text Example
White with #D114CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114CA; }
p { color: rgb(209,20,202); }
H1.HeaderClassName
{
color: #D114CA;
}
.AnyTagClassName
{
color: #D114CA;
}
</style>
background-color css
<style>
a { background-color: #D114CA; }
a { background-color: rgb(209,20,202); }
div.DivClassName
{
background-color: #D114CA;
}
.BgClassName
{
background-color: #D114CA;
}
</style>
border-color css
<style>
span { border-color: #D114CA; }
span { border-color: rgb(209,20,202); }
td.TdClassName
{
border-color: #D114CA;
}
.TagClassName
{
border-color: #D114CA;
}
</style>