Shades of Pale Violet Red #DD7796
Tints of Pale Violet Red #DD7796
RGB
CMYK
RGB Variations
Color information
#DD7796 (or 0xDD7796) is known color: Pale Violet Red. HEX triplet: DD, 77 and 96. RGB value is (221,119,150). Sum of RGB (Red+Green+Blue) = 221+119+150=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7796 is #228869. Grayscale: #999999. Windows color (decimal): -2263146 or 9861085. OLE color: 9861085.
HSL color Cylindrical-coordinate representation of color #DD7796: hue angle of 341.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7796 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 150 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.13 |
| HSL | 341.76º | 0.6% | 0.67% | - |
| HSV(B) | 341.76º | 0.46% | 0.87% | - |
| XYZ | 41.92 | 30.77 | 32.58 | - |
| YUV | 153.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 150 | 0 | 0.46 | 0.32 | 0.13 | 341.76 | 0.6 | 0.67 |
| Hex | DD | 77 | 96 | 0 | 2E | 20 | D | 156 | 3C | 43 |
| Octal | 335 | 167 | 226 | 0 | 56 | 40 | 15 | 526 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10010110 | 0 | 101110 | 100000 | 1101 | 101010110 | 111100 | 1000011 |
Color Harmonies of #DD7796
Complementary color
Monochromatic Colors of #DD7796
Black with #DD7796
Text Example
Text Example
White with #DD7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7796; }
p { color: rgb(221,119,150); }
H1.HeaderClassName
{
color: #DD7796;
}
.AnyTagClassName
{
color: #DD7796;
}
</style>
background-color css
<style>
a { background-color: #DD7796; }
a { background-color: rgb(221,119,150); }
div.DivClassName
{
background-color: #DD7796;
}
.BgClassName
{
background-color: #DD7796;
}
</style>
border-color css
<style>
span { border-color: #DD7796; }
span { border-color: rgb(221,119,150); }
td.TdClassName
{
border-color: #DD7796;
}
.TagClassName
{
border-color: #DD7796;
}
</style>