Shades of Deep Magenta #D113CB
Tints of Deep Magenta #D113CB
RGB
CMYK
RGB Variations
Color information
#D113CB (or 0xD113CB) is known color: Deep Magenta. HEX triplet: D1, 13 and CB. RGB value is (209,19,203). Sum of RGB (Red+Green+Blue) = 209+19+203=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D113CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113CB is #2EEC34. Grayscale: #606060. Windows color (decimal): -3075125 or 13308881. OLE color: 13308881.
HSL color Cylindrical-coordinate representation of color #D113CB: hue angle of 301.89º 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 #D113CB is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.18 |
| HSL | 301.89º | 0.83% | 0.45% | - |
| HSV(B) | 301.89º | 0.91% | 0.82% | - |
| XYZ | 37.31 | 18.33 | 58.07 | - |
| YUV | 96.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 203 | 0 | 0.91 | 0.03 | 0.18 | 301.89 | 0.83 | 0.45 |
| Hex | D1 | 13 | CB | 0 | 5B | 3 | 12 | 12E | 53 | 2D |
| Octal | 321 | 23 | 313 | 0 | 133 | 3 | 22 | 456 | 123 | 55 |
| Binary | 11010001 | 10011 | 11001011 | 0 | 1011011 | 11 | 10010 | 100101110 | 1010011 | 101101 |
Color Harmonies of #D113CB
Complementary color
Monochromatic Colors of #D113CB
Black with #D113CB
Text Example
Text Example
White with #D113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113CB; }
p { color: rgb(209,19,203); }
H1.HeaderClassName
{
color: #D113CB;
}
.AnyTagClassName
{
color: #D113CB;
}
</style>
background-color css
<style>
a { background-color: #D113CB; }
a { background-color: rgb(209,19,203); }
div.DivClassName
{
background-color: #D113CB;
}
.BgClassName
{
background-color: #D113CB;
}
</style>
border-color css
<style>
span { border-color: #D113CB; }
span { border-color: rgb(209,19,203); }
td.TdClassName
{
border-color: #D113CB;
}
.TagClassName
{
border-color: #D113CB;
}
</style>