Shades of Deep Magenta #D113B3
Tints of Deep Magenta #D113B3
RGB
CMYK
RGB Variations
Color information
#D113B3 (or 0xD113B3) is known color: Deep Magenta. HEX triplet: D1, 13 and B3. RGB value is (209,19,179). Sum of RGB (Red+Green+Blue) = 209+19+179=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D113B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113B3 is #2EEC4C. Grayscale: #5D5D5D. Windows color (decimal): -3075149 or 11736017. OLE color: 11736017.
HSL color Cylindrical-coordinate representation of color #D113B3: hue angle of 309.47º 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 #D113B3 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 179 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.18 |
| HSL | 309.47º | 0.83% | 0.45% | - |
| HSV(B) | 309.47º | 0.91% | 0.82% | - |
| XYZ | 34.66 | 17.28 | 44.16 | - |
| YUV | 94.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 179 | 0 | 0.91 | 0.14 | 0.18 | 309.47 | 0.83 | 0.45 |
| Hex | D1 | 13 | B3 | 0 | 5B | E | 12 | 135 | 53 | 2D |
| Octal | 321 | 23 | 263 | 0 | 133 | 16 | 22 | 465 | 123 | 55 |
| Binary | 11010001 | 10011 | 10110011 | 0 | 1011011 | 1110 | 10010 | 100110101 | 1010011 | 101101 |
Color Harmonies of #D113B3
Complementary color
Monochromatic Colors of #D113B3
Black with #D113B3
Text Example
Text Example
White with #D113B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113B3; }
p { color: rgb(209,19,179); }
H1.HeaderClassName
{
color: #D113B3;
}
.AnyTagClassName
{
color: #D113B3;
}
</style>
background-color css
<style>
a { background-color: #D113B3; }
a { background-color: rgb(209,19,179); }
div.DivClassName
{
background-color: #D113B3;
}
.BgClassName
{
background-color: #D113B3;
}
</style>
border-color css
<style>
span { border-color: #D113B3; }
span { border-color: rgb(209,19,179); }
td.TdClassName
{
border-color: #D113B3;
}
.TagClassName
{
border-color: #D113B3;
}
</style>