Shades of Deep Magenta #D113CA
Tints of Deep Magenta #D113CA
RGB
CMYK
RGB Variations
Color information
#D113CA (or 0xD113CA) is known color: Deep Magenta. HEX triplet: D1, 13 and CA. RGB value is (209,19,202). Sum of RGB (Red+Green+Blue) = 209+19+202=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D113CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113CA is #2EEC35. Grayscale: #606060. Windows color (decimal): -3075126 or 13243345. OLE color: 13243345.
HSL color Cylindrical-coordinate representation of color #D113CA: hue angle of 302.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D113CA is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.18 |
| HSL | 302.21º | 0.83% | 0.45% | - |
| HSV(B) | 302.21º | 0.91% | 0.82% | - |
| XYZ | 37.19 | 18.29 | 57.45 | - |
| YUV | 96.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 202 | 0 | 0.91 | 0.03 | 0.18 | 302.21 | 0.83 | 0.45 |
| Hex | D1 | 13 | CA | 0 | 5B | 3 | 12 | 12E | 53 | 2D |
| Octal | 321 | 23 | 312 | 0 | 133 | 3 | 22 | 456 | 123 | 55 |
| Binary | 11010001 | 10011 | 11001010 | 0 | 1011011 | 11 | 10010 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D113CA
Complementary color
Monochromatic Colors of #D113CA
Black with #D113CA
Text Example
Text Example
White with #D113CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113CA; }
p { color: rgb(209,19,202); }
H1.HeaderClassName
{
color: #D113CA;
}
.AnyTagClassName
{
color: #D113CA;
}
</style>
background-color css
<style>
a { background-color: #D113CA; }
a { background-color: rgb(209,19,202); }
div.DivClassName
{
background-color: #D113CA;
}
.BgClassName
{
background-color: #D113CA;
}
</style>
border-color css
<style>
span { border-color: #D113CA; }
span { border-color: rgb(209,19,202); }
td.TdClassName
{
border-color: #D113CA;
}
.TagClassName
{
border-color: #D113CA;
}
</style>