Shades of Pale Violet Red #DD7A95
Tints of Pale Violet Red #DD7A95
RGB
CMYK
RGB Variations
Color information
#DD7A95 (or 0xDD7A95) is known color: Pale Violet Red. HEX triplet: DD, 7A and 95. RGB value is (221,122,149). Sum of RGB (Red+Green+Blue) = 221+122+149=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A95 is #22856A. Grayscale: #9A9A9A. Windows color (decimal): -2262379 or 9796317. OLE color: 9796317.
HSL color Cylindrical-coordinate representation of color #DD7A95: hue angle of 343.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A95 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 149 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.13 |
| HSL | 343.64º | 0.59% | 0.67% | - |
| HSV(B) | 343.64º | 0.45% | 0.87% | - |
| XYZ | 42.2 | 31.46 | 32.28 | - |
| YUV | 154.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 149 | 0 | 0.45 | 0.33 | 0.13 | 343.64 | 0.59 | 0.67 |
| Hex | DD | 7A | 95 | 0 | 2D | 21 | D | 158 | 3B | 43 |
| Octal | 335 | 172 | 225 | 0 | 55 | 41 | 15 | 530 | 73 | 103 |
| Binary | 11011101 | 1111010 | 10010101 | 0 | 101101 | 100001 | 1101 | 101011000 | 111011 | 1000011 |
Color Harmonies of #DD7A95
Complementary color
Monochromatic Colors of #DD7A95
Black with #DD7A95
Text Example
Text Example
White with #DD7A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A95; }
p { color: rgb(221,122,149); }
H1.HeaderClassName
{
color: #DD7A95;
}
.AnyTagClassName
{
color: #DD7A95;
}
</style>
background-color css
<style>
a { background-color: #DD7A95; }
a { background-color: rgb(221,122,149); }
div.DivClassName
{
background-color: #DD7A95;
}
.BgClassName
{
background-color: #DD7A95;
}
</style>
border-color css
<style>
span { border-color: #DD7A95; }
span { border-color: rgb(221,122,149); }
td.TdClassName
{
border-color: #DD7A95;
}
.TagClassName
{
border-color: #DD7A95;
}
</style>