Shades of Medium Violet Red #DD1595
Tints of Medium Violet Red #DD1595
RGB
CMYK
RGB Variations
Color information
#DD1595 (or 0xDD1595) is known color: Medium Violet Red. HEX triplet: DD, 15 and 95. RGB value is (221,21,149). Sum of RGB (Red+Green+Blue) = 221+21+149=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1595 is #22EA6A. Grayscale: #5F5F5F. Windows color (decimal): -2288235 or 9770461. OLE color: 9770461.
HSL color Cylindrical-coordinate representation of color #DD1595: hue angle of 321.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1595 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 149 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.13 |
| HSL | 321.6º | 0.83% | 0.47% | - |
| HSV(B) | 321.6º | 0.9% | 0.87% | - |
| XYZ | 35.51 | 18.08 | 30.05 | - |
| YUV | 95.39 | 158.26 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 149 | 0 | 0.90 | 0.33 | 0.13 | 321.6 | 0.83 | 0.47 |
| Hex | DD | 15 | 95 | 0 | 5A | 21 | D | 142 | 53 | 2F |
| Octal | 335 | 25 | 225 | 0 | 132 | 41 | 15 | 502 | 123 | 57 |
| Binary | 11011101 | 10101 | 10010101 | 0 | 1011010 | 100001 | 1101 | 101000010 | 1010011 | 101111 |
Color Harmonies of #DD1595
Complementary color
Monochromatic Colors of #DD1595
Black with #DD1595
Text Example
Text Example
White with #DD1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1595; }
p { color: rgb(221,21,149); }
H1.HeaderClassName
{
color: #DD1595;
}
.AnyTagClassName
{
color: #DD1595;
}
</style>
background-color css
<style>
a { background-color: #DD1595; }
a { background-color: rgb(221,21,149); }
div.DivClassName
{
background-color: #DD1595;
}
.BgClassName
{
background-color: #DD1595;
}
</style>
border-color css
<style>
span { border-color: #DD1595; }
span { border-color: rgb(221,21,149); }
td.TdClassName
{
border-color: #DD1595;
}
.TagClassName
{
border-color: #DD1595;
}
</style>