Shades of Pale Violet Red #DD7794
Tints of Pale Violet Red #DD7794
RGB
CMYK
RGB Variations
Color information
#DD7794 (or 0xDD7794) is known color: Pale Violet Red. HEX triplet: DD, 77 and 94. RGB value is (221,119,148). Sum of RGB (Red+Green+Blue) = 221+119+148=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7794 is #22886B. Grayscale: #989898. Windows color (decimal): -2263148 or 9730013. OLE color: 9730013.
HSL color Cylindrical-coordinate representation of color #DD7794: hue angle of 342.94º 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 #DD7794 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 148 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.13 |
| HSL | 342.94º | 0.6% | 0.67% | - |
| HSV(B) | 342.94º | 0.46% | 0.87% | - |
| XYZ | 41.76 | 30.7 | 31.74 | - |
| YUV | 152.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 148 | 0 | 0.46 | 0.33 | 0.13 | 342.94 | 0.6 | 0.67 |
| Hex | DD | 77 | 94 | 0 | 2E | 21 | D | 157 | 3C | 43 |
| Octal | 335 | 167 | 224 | 0 | 56 | 41 | 15 | 527 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10010100 | 0 | 101110 | 100001 | 1101 | 101010111 | 111100 | 1000011 |
Color Harmonies of #DD7794
Complementary color
Monochromatic Colors of #DD7794
Black with #DD7794
Text Example
Text Example
White with #DD7794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7794; }
p { color: rgb(221,119,148); }
H1.HeaderClassName
{
color: #DD7794;
}
.AnyTagClassName
{
color: #DD7794;
}
</style>
background-color css
<style>
a { background-color: #DD7794; }
a { background-color: rgb(221,119,148); }
div.DivClassName
{
background-color: #DD7794;
}
.BgClassName
{
background-color: #DD7794;
}
</style>
border-color css
<style>
span { border-color: #DD7794; }
span { border-color: rgb(221,119,148); }
td.TdClassName
{
border-color: #DD7794;
}
.TagClassName
{
border-color: #DD7794;
}
</style>