Shades of Pale Violet Red #DD799A
Tints of Pale Violet Red #DD799A
RGB
CMYK
RGB Variations
Color information
#DD799A (or 0xDD799A) is known color: Pale Violet Red. HEX triplet: DD, 79 and 9A. RGB value is (221,121,154). Sum of RGB (Red+Green+Blue) = 221+121+154=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD799A is #228665. Grayscale: #9A9A9A. Windows color (decimal): -2262630 or 10123741. OLE color: 10123741.
HSL color Cylindrical-coordinate representation of color #DD799A: hue angle of 340.2º 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 #DD799A is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 154 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.13 |
| HSL | 340.2º | 0.6% | 0.67% | - |
| HSV(B) | 340.2º | 0.45% | 0.87% | - |
| XYZ | 42.49 | 31.38 | 34.39 | - |
| YUV | 154.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 154 | 0 | 0.45 | 0.30 | 0.13 | 340.2 | 0.6 | 0.67 |
| Hex | DD | 79 | 9A | 0 | 2D | 1E | D | 154 | 3C | 43 |
| Octal | 335 | 171 | 232 | 0 | 55 | 36 | 15 | 524 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10011010 | 0 | 101101 | 11110 | 1101 | 101010100 | 111100 | 1000011 |
Color Harmonies of #DD799A
Complementary color
Monochromatic Colors of #DD799A
Black with #DD799A
Text Example
Text Example
White with #DD799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD799A; }
p { color: rgb(221,121,154); }
H1.HeaderClassName
{
color: #DD799A;
}
.AnyTagClassName
{
color: #DD799A;
}
</style>
background-color css
<style>
a { background-color: #DD799A; }
a { background-color: rgb(221,121,154); }
div.DivClassName
{
background-color: #DD799A;
}
.BgClassName
{
background-color: #DD799A;
}
</style>
border-color css
<style>
span { border-color: #DD799A; }
span { border-color: rgb(221,121,154); }
td.TdClassName
{
border-color: #DD799A;
}
.TagClassName
{
border-color: #DD799A;
}
</style>