Shades of Pale Violet Red #DD7BA4
Tints of Pale Violet Red #DD7BA4
RGB
CMYK
RGB Variations
Color information
#DD7BA4 (or 0xDD7BA4) is known color: Pale Violet Red. HEX triplet: DD, 7B and A4. RGB value is (221,123,164). Sum of RGB (Red+Green+Blue) = 221+123+164=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BA4 is #22845B. Grayscale: #9C9C9C. Windows color (decimal): -2262108 or 10779613. OLE color: 10779613.
HSL color Cylindrical-coordinate representation of color #DD7BA4: hue angle of 334.9º 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 #DD7BA4 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 164 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.13 |
| HSL | 334.9º | 0.59% | 0.67% | - |
| HSV(B) | 334.9º | 0.44% | 0.87% | - |
| XYZ | 43.6 | 32.22 | 39.04 | - |
| YUV | 156.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 164 | 0 | 0.44 | 0.26 | 0.13 | 334.9 | 0.59 | 0.67 |
| Hex | DD | 7B | A4 | 0 | 2C | 1A | D | 14F | 3B | 43 |
| Octal | 335 | 173 | 244 | 0 | 54 | 32 | 15 | 517 | 73 | 103 |
| Binary | 11011101 | 1111011 | 10100100 | 0 | 101100 | 11010 | 1101 | 101001111 | 111011 | 1000011 |
Color Harmonies of #DD7BA4
Complementary color
Monochromatic Colors of #DD7BA4
Black with #DD7BA4
Text Example
Text Example
White with #DD7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BA4; }
p { color: rgb(221,123,164); }
H1.HeaderClassName
{
color: #DD7BA4;
}
.AnyTagClassName
{
color: #DD7BA4;
}
</style>
background-color css
<style>
a { background-color: #DD7BA4; }
a { background-color: rgb(221,123,164); }
div.DivClassName
{
background-color: #DD7BA4;
}
.BgClassName
{
background-color: #DD7BA4;
}
</style>
border-color css
<style>
span { border-color: #DD7BA4; }
span { border-color: rgb(221,123,164); }
td.TdClassName
{
border-color: #DD7BA4;
}
.TagClassName
{
border-color: #DD7BA4;
}
</style>