Shades of Pale Violet Red #DD7095
Tints of Pale Violet Red #DD7095
RGB
CMYK
RGB Variations
Color information
#DD7095 (or 0xDD7095) is known color: Pale Violet Red. HEX triplet: DD, 70 and 95. RGB value is (221,112,149). Sum of RGB (Red+Green+Blue) = 221+112+149=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7095 is #228F6A. Grayscale: #949494. Windows color (decimal): -2264939 or 9793757. OLE color: 9793757.
HSL color Cylindrical-coordinate representation of color #DD7095: hue angle of 339.63º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7095 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 149 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.13 |
| HSL | 339.63º | 0.62% | 0.65% | - |
| HSV(B) | 339.63º | 0.49% | 0.87% | - |
| XYZ | 41.04 | 29.13 | 31.89 | - |
| YUV | 148.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 149 | 0 | 0.49 | 0.33 | 0.13 | 339.63 | 0.62 | 0.65 |
| Hex | DD | 70 | 95 | 0 | 31 | 21 | D | 154 | 3E | 41 |
| Octal | 335 | 160 | 225 | 0 | 61 | 41 | 15 | 524 | 76 | 101 |
| Binary | 11011101 | 1110000 | 10010101 | 0 | 110001 | 100001 | 1101 | 101010100 | 111110 | 1000001 |
Color Harmonies of #DD7095
Complementary color
Monochromatic Colors of #DD7095
Black with #DD7095
Text Example
Text Example
White with #DD7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7095; }
p { color: rgb(221,112,149); }
H1.HeaderClassName
{
color: #DD7095;
}
.AnyTagClassName
{
color: #DD7095;
}
</style>
background-color css
<style>
a { background-color: #DD7095; }
a { background-color: rgb(221,112,149); }
div.DivClassName
{
background-color: #DD7095;
}
.BgClassName
{
background-color: #DD7095;
}
</style>
border-color css
<style>
span { border-color: #DD7095; }
span { border-color: rgb(221,112,149); }
td.TdClassName
{
border-color: #DD7095;
}
.TagClassName
{
border-color: #DD7095;
}
</style>