Shades of Pale Violet Red #DD7996
Tints of Pale Violet Red #DD7996
RGB
CMYK
RGB Variations
Color information
#DD7996 (or 0xDD7996) is known color: Pale Violet Red. HEX triplet: DD, 79 and 96. RGB value is (221,121,150). Sum of RGB (Red+Green+Blue) = 221+121+150=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7996 is #228669. Grayscale: #9A9A9A. Windows color (decimal): -2262634 or 9861597. OLE color: 9861597.
HSL color Cylindrical-coordinate representation of color #DD7996: hue angle of 342.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 #DD7996 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 150 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.13 |
| HSL | 342.6º | 0.6% | 0.67% | - |
| HSV(B) | 342.6º | 0.45% | 0.87% | - |
| XYZ | 42.16 | 31.25 | 32.66 | - |
| YUV | 154.21 | 125.63 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 150 | 0 | 0.45 | 0.32 | 0.13 | 342.6 | 0.6 | 0.67 |
| Hex | DD | 79 | 96 | 0 | 2D | 20 | D | 157 | 3C | 43 |
| Octal | 335 | 171 | 226 | 0 | 55 | 40 | 15 | 527 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10010110 | 0 | 101101 | 100000 | 1101 | 101010111 | 111100 | 1000011 |
Color Harmonies of #DD7996
Complementary color
Monochromatic Colors of #DD7996
Black with #DD7996
Text Example
Text Example
White with #DD7996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7996; }
p { color: rgb(221,121,150); }
H1.HeaderClassName
{
color: #DD7996;
}
.AnyTagClassName
{
color: #DD7996;
}
</style>
background-color css
<style>
a { background-color: #DD7996; }
a { background-color: rgb(221,121,150); }
div.DivClassName
{
background-color: #DD7996;
}
.BgClassName
{
background-color: #DD7996;
}
</style>
border-color css
<style>
span { border-color: #DD7996; }
span { border-color: rgb(221,121,150); }
td.TdClassName
{
border-color: #DD7996;
}
.TagClassName
{
border-color: #DD7996;
}
</style>