Shades of Deep Magenta #D113C1
Tints of Deep Magenta #D113C1
RGB
CMYK
RGB Variations
Color information
#D113C1 (or 0xD113C1) is known color: Deep Magenta. HEX triplet: D1, 13 and C1. RGB value is (209,19,193). Sum of RGB (Red+Green+Blue) = 209+19+193=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D113C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D113C1 is #2EEC3E. Grayscale: #5F5F5F. Windows color (decimal): -3075135 or 12653521. OLE color: 12653521.
HSL color Cylindrical-coordinate representation of color #D113C1: hue angle of 305.05º 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 #D113C1 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 193 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.18 |
| HSL | 305.05º | 0.83% | 0.45% | - |
| HSV(B) | 305.05º | 0.91% | 0.82% | - |
| XYZ | 36.15 | 17.87 | 52 | - |
| YUV | 95.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 193 | 0 | 0.91 | 0.08 | 0.18 | 305.05 | 0.83 | 0.45 |
| Hex | D1 | 13 | C1 | 0 | 5B | 8 | 12 | 131 | 53 | 2D |
| Octal | 321 | 23 | 301 | 0 | 133 | 10 | 22 | 461 | 123 | 55 |
| Binary | 11010001 | 10011 | 11000001 | 0 | 1011011 | 1000 | 10010 | 100110001 | 1010011 | 101101 |
Color Harmonies of #D113C1
Complementary color
Monochromatic Colors of #D113C1
Black with #D113C1
Text Example
Text Example
White with #D113C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113C1; }
p { color: rgb(209,19,193); }
H1.HeaderClassName
{
color: #D113C1;
}
.AnyTagClassName
{
color: #D113C1;
}
</style>
background-color css
<style>
a { background-color: #D113C1; }
a { background-color: rgb(209,19,193); }
div.DivClassName
{
background-color: #D113C1;
}
.BgClassName
{
background-color: #D113C1;
}
</style>
border-color css
<style>
span { border-color: #D113C1; }
span { border-color: rgb(209,19,193); }
td.TdClassName
{
border-color: #D113C1;
}
.TagClassName
{
border-color: #D113C1;
}
</style>