Shades of Pale Violet Red #DD7695
Tints of Pale Violet Red #DD7695
RGB
CMYK
RGB Variations
Color information
#DD7695 (or 0xDD7695) is known color: Pale Violet Red. HEX triplet: DD, 76 and 95. RGB value is (221,118,149). Sum of RGB (Red+Green+Blue) = 221+118+149=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7695 is #22896A. Grayscale: #989898. Windows color (decimal): -2263403 or 9795293. OLE color: 9795293.
HSL color Cylindrical-coordinate representation of color #DD7695: hue angle of 341.94º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7695 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 149 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.13 |
| HSL | 341.94º | 0.6% | 0.66% | - |
| HSV(B) | 341.94º | 0.47% | 0.87% | - |
| XYZ | 41.72 | 30.5 | 32.12 | - |
| YUV | 152.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 149 | 0 | 0.47 | 0.33 | 0.13 | 341.94 | 0.6 | 0.66 |
| Hex | DD | 76 | 95 | 0 | 2F | 21 | D | 156 | 3C | 42 |
| Octal | 335 | 166 | 225 | 0 | 57 | 41 | 15 | 526 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10010101 | 0 | 101111 | 100001 | 1101 | 101010110 | 111100 | 1000010 |
Color Harmonies of #DD7695
Complementary color
Monochromatic Colors of #DD7695
Black with #DD7695
Text Example
Text Example
White with #DD7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7695; }
p { color: rgb(221,118,149); }
H1.HeaderClassName
{
color: #DD7695;
}
.AnyTagClassName
{
color: #DD7695;
}
</style>
background-color css
<style>
a { background-color: #DD7695; }
a { background-color: rgb(221,118,149); }
div.DivClassName
{
background-color: #DD7695;
}
.BgClassName
{
background-color: #DD7695;
}
</style>
border-color css
<style>
span { border-color: #DD7695; }
span { border-color: rgb(221,118,149); }
td.TdClassName
{
border-color: #DD7695;
}
.TagClassName
{
border-color: #DD7695;
}
</style>