Shades of Pale Violet Red #DD7CA0
Tints of Pale Violet Red #DD7CA0
RGB
CMYK
RGB Variations
Color information
#DD7CA0 (or 0xDD7CA0) is known color: Pale Violet Red. HEX triplet: DD, 7C and A0. RGB value is (221,124,160). Sum of RGB (Red+Green+Blue) = 221+124+160=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA0 is #22835F. Grayscale: #9D9D9D. Windows color (decimal): -2261856 or 10517725. OLE color: 10517725.
HSL color Cylindrical-coordinate representation of color #DD7CA0: hue angle of 337.73º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 160 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.13 |
| HSL | 337.73º | 0.59% | 0.68% | - |
| HSV(B) | 337.73º | 0.44% | 0.87% | - |
| XYZ | 43.37 | 32.33 | 37.21 | - |
| YUV | 157.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 160 | 0 | 0.44 | 0.28 | 0.13 | 337.73 | 0.59 | 0.68 |
| Hex | DD | 7C | A0 | 0 | 2C | 1C | D | 152 | 3B | 44 |
| Octal | 335 | 174 | 240 | 0 | 54 | 34 | 15 | 522 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10100000 | 0 | 101100 | 11100 | 1101 | 101010010 | 111011 | 1000100 |
Color Harmonies of #DD7CA0
Complementary color
Monochromatic Colors of #DD7CA0
Black with #DD7CA0
Text Example
Text Example
White with #DD7CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CA0; }
p { color: rgb(221,124,160); }
H1.HeaderClassName
{
color: #DD7CA0;
}
.AnyTagClassName
{
color: #DD7CA0;
}
</style>
background-color css
<style>
a { background-color: #DD7CA0; }
a { background-color: rgb(221,124,160); }
div.DivClassName
{
background-color: #DD7CA0;
}
.BgClassName
{
background-color: #DD7CA0;
}
</style>
border-color css
<style>
span { border-color: #DD7CA0; }
span { border-color: rgb(221,124,160); }
td.TdClassName
{
border-color: #DD7CA0;
}
.TagClassName
{
border-color: #DD7CA0;
}
</style>