Shades of Pale Violet Red #DD7991
Tints of Pale Violet Red #DD7991
RGB
CMYK
RGB Variations
Color information
#DD7991 (or 0xDD7991) is known color: Pale Violet Red. HEX triplet: DD, 79 and 91. RGB value is (221,121,145). Sum of RGB (Red+Green+Blue) = 221+121+145=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7991 is #22866E. Grayscale: #999999. Windows color (decimal): -2262639 or 9533917. OLE color: 9533917.
HSL color Cylindrical-coordinate representation of color #DD7991: hue angle of 345.6º degrees, saturation: 0.6, 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 #DD7991 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 145 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.13 |
| HSL | 345.6º | 0.6% | 0.67% | - |
| HSV(B) | 345.6º | 0.45% | 0.87% | - |
| XYZ | 41.77 | 31.09 | 30.59 | - |
| YUV | 153.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 145 | 0 | 0.45 | 0.34 | 0.13 | 345.6 | 0.6 | 0.67 |
| Hex | DD | 79 | 91 | 0 | 2D | 22 | D | 15A | 3C | 43 |
| Octal | 335 | 171 | 221 | 0 | 55 | 42 | 15 | 532 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10010001 | 0 | 101101 | 100010 | 1101 | 101011010 | 111100 | 1000011 |
Color Harmonies of #DD7991
Complementary color
Monochromatic Colors of #DD7991
Black with #DD7991
Text Example
Text Example
White with #DD7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7991; }
p { color: rgb(221,121,145); }
H1.HeaderClassName
{
color: #DD7991;
}
.AnyTagClassName
{
color: #DD7991;
}
</style>
background-color css
<style>
a { background-color: #DD7991; }
a { background-color: rgb(221,121,145); }
div.DivClassName
{
background-color: #DD7991;
}
.BgClassName
{
background-color: #DD7991;
}
</style>
border-color css
<style>
span { border-color: #DD7991; }
span { border-color: rgb(221,121,145); }
td.TdClassName
{
border-color: #DD7991;
}
.TagClassName
{
border-color: #DD7991;
}
</style>