Shades of Medium Violet Red #DD1396
Tints of Medium Violet Red #DD1396
RGB
CMYK
RGB Variations
Color information
#DD1396 (or 0xDD1396) is known color: Medium Violet Red. HEX triplet: DD, 13 and 96. RGB value is (221,19,150). Sum of RGB (Red+Green+Blue) = 221+19+150=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1396 is #22EC69. Grayscale: #5E5E5E. Windows color (decimal): -2288746 or 9835485. OLE color: 9835485.
HSL color Cylindrical-coordinate representation of color #DD1396: hue angle of 321.09º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1396 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.13 |
| HSL | 321.09º | 0.84% | 0.47% | - |
| HSV(B) | 321.09º | 0.91% | 0.87% | - |
| XYZ | 35.56 | 18.04 | 30.46 | - |
| YUV | 94.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 150 | 0 | 0.91 | 0.32 | 0.13 | 321.09 | 0.84 | 0.47 |
| Hex | DD | 13 | 96 | 0 | 5B | 20 | D | 141 | 54 | 2F |
| Octal | 335 | 23 | 226 | 0 | 133 | 40 | 15 | 501 | 124 | 57 |
| Binary | 11011101 | 10011 | 10010110 | 0 | 1011011 | 100000 | 1101 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DD1396
Complementary color
Monochromatic Colors of #DD1396
Black with #DD1396
Text Example
Text Example
White with #DD1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1396; }
p { color: rgb(221,19,150); }
H1.HeaderClassName
{
color: #DD1396;
}
.AnyTagClassName
{
color: #DD1396;
}
</style>
background-color css
<style>
a { background-color: #DD1396; }
a { background-color: rgb(221,19,150); }
div.DivClassName
{
background-color: #DD1396;
}
.BgClassName
{
background-color: #DD1396;
}
</style>
border-color css
<style>
span { border-color: #DD1396; }
span { border-color: rgb(221,19,150); }
td.TdClassName
{
border-color: #DD1396;
}
.TagClassName
{
border-color: #DD1396;
}
</style>