Shades of Pale Violet Red #DD7DA0
Tints of Pale Violet Red #DD7DA0
RGB
CMYK
RGB Variations
Color information
#DD7DA0 (or 0xDD7DA0) is known color: Pale Violet Red. HEX triplet: DD, 7D and A0. RGB value is (221,125,160). Sum of RGB (Red+Green+Blue) = 221+125+160=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA0 is #22825F. Grayscale: #9D9D9D. Windows color (decimal): -2261600 or 10517981. OLE color: 10517981.
HSL color Cylindrical-coordinate representation of color #DD7DA0: hue angle of 338.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7DA0 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 160 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.13 |
| HSL | 338.13º | 0.59% | 0.68% | - |
| HSV(B) | 338.13º | 0.43% | 0.87% | - |
| XYZ | 43.5 | 32.58 | 37.25 | - |
| YUV | 157.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 160 | 0 | 0.43 | 0.28 | 0.13 | 338.13 | 0.59 | 0.68 |
| Hex | DD | 7D | A0 | 0 | 2B | 1C | D | 152 | 3B | 44 |
| Octal | 335 | 175 | 240 | 0 | 53 | 34 | 15 | 522 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10100000 | 0 | 101011 | 11100 | 1101 | 101010010 | 111011 | 1000100 |
Color Harmonies of #DD7DA0
Complementary color
Monochromatic Colors of #DD7DA0
Black with #DD7DA0
Text Example
Text Example
White with #DD7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7DA0; }
p { color: rgb(221,125,160); }
H1.HeaderClassName
{
color: #DD7DA0;
}
.AnyTagClassName
{
color: #DD7DA0;
}
</style>
background-color css
<style>
a { background-color: #DD7DA0; }
a { background-color: rgb(221,125,160); }
div.DivClassName
{
background-color: #DD7DA0;
}
.BgClassName
{
background-color: #DD7DA0;
}
</style>
border-color css
<style>
span { border-color: #DD7DA0; }
span { border-color: rgb(221,125,160); }
td.TdClassName
{
border-color: #DD7DA0;
}
.TagClassName
{
border-color: #DD7DA0;
}
</style>