Shades of Medium Violet Red #DD1695
Tints of Medium Violet Red #DD1695
RGB
CMYK
RGB Variations
Color information
#DD1695 (or 0xDD1695) is known color: Medium Violet Red. HEX triplet: DD, 16 and 95. RGB value is (221,22,149). Sum of RGB (Red+Green+Blue) = 221+22+149=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1695 is #22E96A. Grayscale: #5F5F5F. Windows color (decimal): -2287979 or 9770717. OLE color: 9770717.
HSL color Cylindrical-coordinate representation of color #DD1695: hue angle of 321.71º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1695 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.13 |
| HSL | 321.71º | 0.82% | 0.48% | - |
| HSV(B) | 321.71º | 0.9% | 0.87% | - |
| XYZ | 35.53 | 18.12 | 30.06 | - |
| YUV | 95.98 | 157.93 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 149 | 0 | 0.90 | 0.33 | 0.13 | 321.71 | 0.82 | 0.48 |
| Hex | DD | 16 | 95 | 0 | 5A | 21 | D | 142 | 52 | 30 |
| Octal | 335 | 26 | 225 | 0 | 132 | 41 | 15 | 502 | 122 | 60 |
| Binary | 11011101 | 10110 | 10010101 | 0 | 1011010 | 100001 | 1101 | 101000010 | 1010010 | 110000 |
Color Harmonies of #DD1695
Complementary color
Monochromatic Colors of #DD1695
Black with #DD1695
Text Example
Text Example
White with #DD1695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1695; }
p { color: rgb(221,22,149); }
H1.HeaderClassName
{
color: #DD1695;
}
.AnyTagClassName
{
color: #DD1695;
}
</style>
background-color css
<style>
a { background-color: #DD1695; }
a { background-color: rgb(221,22,149); }
div.DivClassName
{
background-color: #DD1695;
}
.BgClassName
{
background-color: #DD1695;
}
</style>
border-color css
<style>
span { border-color: #DD1695; }
span { border-color: rgb(221,22,149); }
td.TdClassName
{
border-color: #DD1695;
}
.TagClassName
{
border-color: #DD1695;
}
</style>