Shades of Pale Violet Red #DD79A0
Tints of Pale Violet Red #DD79A0
RGB
CMYK
RGB Variations
Color information
#DD79A0 (or 0xDD79A0) is known color: Pale Violet Red. HEX triplet: DD, 79 and A0. RGB value is (221,121,160). Sum of RGB (Red+Green+Blue) = 221+121+160=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A0 is #22865F. Grayscale: #9B9B9B. Windows color (decimal): -2262624 or 10516957. OLE color: 10516957.
HSL color Cylindrical-coordinate representation of color #DD79A0: hue angle of 336.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD79A0 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 160 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.13 |
| HSL | 336.6º | 0.6% | 0.67% | - |
| HSV(B) | 336.6º | 0.45% | 0.87% | - |
| XYZ | 43 | 31.58 | 37.09 | - |
| YUV | 155.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 160 | 0 | 0.45 | 0.28 | 0.13 | 336.6 | 0.6 | 0.67 |
| Hex | DD | 79 | A0 | 0 | 2D | 1C | D | 151 | 3C | 43 |
| Octal | 335 | 171 | 240 | 0 | 55 | 34 | 15 | 521 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10100000 | 0 | 101101 | 11100 | 1101 | 101010001 | 111100 | 1000011 |
Color Harmonies of #DD79A0
Complementary color
Monochromatic Colors of #DD79A0
Black with #DD79A0
Text Example
Text Example
White with #DD79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79A0; }
p { color: rgb(221,121,160); }
H1.HeaderClassName
{
color: #DD79A0;
}
.AnyTagClassName
{
color: #DD79A0;
}
</style>
background-color css
<style>
a { background-color: #DD79A0; }
a { background-color: rgb(221,121,160); }
div.DivClassName
{
background-color: #DD79A0;
}
.BgClassName
{
background-color: #DD79A0;
}
</style>
border-color css
<style>
span { border-color: #DD79A0; }
span { border-color: rgb(221,121,160); }
td.TdClassName
{
border-color: #DD79A0;
}
.TagClassName
{
border-color: #DD79A0;
}
</style>