Shades of Pale Violet Red #DD7BA1
Tints of Pale Violet Red #DD7BA1
RGB
CMYK
RGB Variations
Color information
#DD7BA1 (or 0xDD7BA1) is known color: Pale Violet Red. HEX triplet: DD, 7B and A1. RGB value is (221,123,161). Sum of RGB (Red+Green+Blue) = 221+123+161=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA1 is #22845E. Grayscale: #9C9C9C. Windows color (decimal): -2262111 or 10583005. OLE color: 10583005.
HSL color Cylindrical-coordinate representation of color #DD7BA1: hue angle of 336.73º 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 #DD7BA1 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 161 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.13 |
| HSL | 336.73º | 0.59% | 0.67% | - |
| HSV(B) | 336.73º | 0.44% | 0.87% | - |
| XYZ | 43.33 | 32.11 | 37.63 | - |
| YUV | 156.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 161 | 0 | 0.44 | 0.27 | 0.13 | 336.73 | 0.59 | 0.67 |
| Hex | DD | 7B | A1 | 0 | 2C | 1B | D | 151 | 3B | 43 |
| Octal | 335 | 173 | 241 | 0 | 54 | 33 | 15 | 521 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10100001 | 0 | 101100 | 11011 | 1101 | 101010001 | 111011 | 1000011 |
Color Harmonies of #DD7BA1
Complementary color
Monochromatic Colors of #DD7BA1
Black with #DD7BA1
Text Example
Text Example
White with #DD7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BA1; }
p { color: rgb(221,123,161); }
H1.HeaderClassName
{
color: #DD7BA1;
}
.AnyTagClassName
{
color: #DD7BA1;
}
</style>
background-color css
<style>
a { background-color: #DD7BA1; }
a { background-color: rgb(221,123,161); }
div.DivClassName
{
background-color: #DD7BA1;
}
.BgClassName
{
background-color: #DD7BA1;
}
</style>
border-color css
<style>
span { border-color: #DD7BA1; }
span { border-color: rgb(221,123,161); }
td.TdClassName
{
border-color: #DD7BA1;
}
.TagClassName
{
border-color: #DD7BA1;
}
</style>