Shades of Pale Violet Red #DD7BA8
Tints of Pale Violet Red #DD7BA8
RGB
CMYK
RGB Variations
Color information
#DD7BA8 (or 0xDD7BA8) is known color: Pale Violet Red. HEX triplet: DD, 7B and A8. RGB value is (221,123,168). Sum of RGB (Red+Green+Blue) = 221+123+168=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA8 is #228457. Grayscale: #9D9D9D. Windows color (decimal): -2262104 or 11041757. OLE color: 11041757.
HSL color Cylindrical-coordinate representation of color #DD7BA8: hue angle of 332.45º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BA8 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 168 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.13 |
| HSL | 332.45º | 0.59% | 0.67% | - |
| HSV(B) | 332.45º | 0.44% | 0.87% | - |
| XYZ | 43.97 | 32.37 | 40.98 | - |
| YUV | 157.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 168 | 0 | 0.44 | 0.24 | 0.13 | 332.45 | 0.59 | 0.67 |
| Hex | DD | 7B | A8 | 0 | 2C | 18 | D | 14C | 3B | 43 |
| Octal | 335 | 173 | 250 | 0 | 54 | 30 | 15 | 514 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10101000 | 0 | 101100 | 11000 | 1101 | 101001100 | 111011 | 1000011 |
Color Harmonies of #DD7BA8
Complementary color
Monochromatic Colors of #DD7BA8
Black with #DD7BA8
Text Example
Text Example
White with #DD7BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BA8; }
p { color: rgb(221,123,168); }
H1.HeaderClassName
{
color: #DD7BA8;
}
.AnyTagClassName
{
color: #DD7BA8;
}
</style>
background-color css
<style>
a { background-color: #DD7BA8; }
a { background-color: rgb(221,123,168); }
div.DivClassName
{
background-color: #DD7BA8;
}
.BgClassName
{
background-color: #DD7BA8;
}
</style>
border-color css
<style>
span { border-color: #DD7BA8; }
span { border-color: rgb(221,123,168); }
td.TdClassName
{
border-color: #DD7BA8;
}
.TagClassName
{
border-color: #DD7BA8;
}
</style>