Shades of Deep Magenta #D113CF
Tints of Deep Magenta #D113CF
RGB
CMYK
RGB Variations
Color information
#D113CF (or 0xD113CF) is known color: Deep Magenta. HEX triplet: D1, 13 and CF. RGB value is (209,19,207). Sum of RGB (Red+Green+Blue) = 209+19+207=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D113CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113CF is #2EEC30. Grayscale: #606060. Windows color (decimal): -3075121 or 13571025. OLE color: 13571025.
HSL color Cylindrical-coordinate representation of color #D113CF: hue angle of 300.63º 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 #D113CF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 207 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.18 |
| HSL | 300.63º | 0.83% | 0.45% | - |
| HSV(B) | 300.63º | 0.91% | 0.82% | - |
| XYZ | 37.79 | 18.53 | 60.62 | - |
| YUV | 97.24 | 189.95 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 207 | 0 | 0.91 | 0.01 | 0.18 | 300.63 | 0.83 | 0.45 |
| Hex | D1 | 13 | CF | 0 | 5B | 1 | 12 | 12D | 53 | 2D |
| Octal | 321 | 23 | 317 | 0 | 133 | 1 | 22 | 455 | 123 | 55 |
| Binary | 11010001 | 10011 | 11001111 | 0 | 1011011 | 1 | 10010 | 100101101 | 1010011 | 101101 |
Color Harmonies of #D113CF
Complementary color
Monochromatic Colors of #D113CF
Black with #D113CF
Text Example
Text Example
White with #D113CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113CF; }
p { color: rgb(209,19,207); }
H1.HeaderClassName
{
color: #D113CF;
}
.AnyTagClassName
{
color: #D113CF;
}
</style>
background-color css
<style>
a { background-color: #D113CF; }
a { background-color: rgb(209,19,207); }
div.DivClassName
{
background-color: #D113CF;
}
.BgClassName
{
background-color: #D113CF;
}
</style>
border-color css
<style>
span { border-color: #D113CF; }
span { border-color: rgb(209,19,207); }
td.TdClassName
{
border-color: #D113CF;
}
.TagClassName
{
border-color: #D113CF;
}
</style>