Shades of Pale Violet Red #DD789E
Tints of Pale Violet Red #DD789E
RGB
CMYK
RGB Variations
Color information
#DD789E (or 0xDD789E) is known color: Pale Violet Red. HEX triplet: DD, 78 and 9E. RGB value is (221,120,158). Sum of RGB (Red+Green+Blue) = 221+120+158=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD789E is #228761. Grayscale: #9A9A9A. Windows color (decimal): -2262882 or 10385629. OLE color: 10385629.
HSL color Cylindrical-coordinate representation of color #DD789E: hue angle of 337.43º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD789E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 158 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.13 |
| HSL | 337.43º | 0.6% | 0.67% | - |
| HSV(B) | 337.43º | 0.46% | 0.87% | - |
| XYZ | 42.71 | 31.27 | 36.13 | - |
| YUV | 154.53 | 129.96 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 158 | 0 | 0.46 | 0.29 | 0.13 | 337.43 | 0.6 | 0.67 |
| Hex | DD | 78 | 9E | 0 | 2E | 1D | D | 151 | 3C | 43 |
| Octal | 335 | 170 | 236 | 0 | 56 | 35 | 15 | 521 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10011110 | 0 | 101110 | 11101 | 1101 | 101010001 | 111100 | 1000011 |
Color Harmonies of #DD789E
Complementary color
Monochromatic Colors of #DD789E
Black with #DD789E
Text Example
Text Example
White with #DD789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD789E; }
p { color: rgb(221,120,158); }
H1.HeaderClassName
{
color: #DD789E;
}
.AnyTagClassName
{
color: #DD789E;
}
</style>
background-color css
<style>
a { background-color: #DD789E; }
a { background-color: rgb(221,120,158); }
div.DivClassName
{
background-color: #DD789E;
}
.BgClassName
{
background-color: #DD789E;
}
</style>
border-color css
<style>
span { border-color: #DD789E; }
span { border-color: rgb(221,120,158); }
td.TdClassName
{
border-color: #DD789E;
}
.TagClassName
{
border-color: #DD789E;
}
</style>