Shades of Pale Violet Red #DD79A1
Tints of Pale Violet Red #DD79A1
RGB
CMYK
RGB Variations
Color information
#DD79A1 (or 0xDD79A1) is known color: Pale Violet Red. HEX triplet: DD, 79 and A1. RGB value is (221,121,161). Sum of RGB (Red+Green+Blue) = 221+121+161=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A1 is #22865E. Grayscale: #9B9B9B. Windows color (decimal): -2262623 or 10582493. OLE color: 10582493.
HSL color Cylindrical-coordinate representation of color #DD79A1: hue angle of 336º 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 #DD79A1 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 161 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.13 |
| HSL | 336º | 0.6% | 0.67% | - |
| HSV(B) | 336º | 0.45% | 0.87% | - |
| XYZ | 43.09 | 31.62 | 37.55 | - |
| YUV | 155.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 161 | 0 | 0.45 | 0.27 | 0.13 | 336 | 0.6 | 0.67 |
| Hex | DD | 79 | A1 | 0 | 2D | 1B | D | 150 | 3C | 43 |
| Octal | 335 | 171 | 241 | 0 | 55 | 33 | 15 | 520 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10100001 | 0 | 101101 | 11011 | 1101 | 101010000 | 111100 | 1000011 |
Color Harmonies of #DD79A1
Complementary color
Monochromatic Colors of #DD79A1
Black with #DD79A1
Text Example
Text Example
White with #DD79A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79A1; }
p { color: rgb(221,121,161); }
H1.HeaderClassName
{
color: #DD79A1;
}
.AnyTagClassName
{
color: #DD79A1;
}
</style>
background-color css
<style>
a { background-color: #DD79A1; }
a { background-color: rgb(221,121,161); }
div.DivClassName
{
background-color: #DD79A1;
}
.BgClassName
{
background-color: #DD79A1;
}
</style>
border-color css
<style>
span { border-color: #DD79A1; }
span { border-color: rgb(221,121,161); }
td.TdClassName
{
border-color: #DD79A1;
}
.TagClassName
{
border-color: #DD79A1;
}
</style>