Shades of Pale Violet Red #DD789A
Tints of Pale Violet Red #DD789A
RGB
CMYK
RGB Variations
Color information
#DD789A (or 0xDD789A) is known color: Pale Violet Red. HEX triplet: DD, 78 and 9A. RGB value is (221,120,154). Sum of RGB (Red+Green+Blue) = 221+120+154=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD789A is #228765. Grayscale: #9A9A9A. Windows color (decimal): -2262886 or 10123485. OLE color: 10123485.
HSL color Cylindrical-coordinate representation of color #DD789A: hue angle of 339.8º 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 #DD789A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 154 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.13 |
| HSL | 339.8º | 0.6% | 0.67% | - |
| HSV(B) | 339.8º | 0.46% | 0.87% | - |
| XYZ | 42.37 | 31.14 | 34.35 | - |
| YUV | 154.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 154 | 0 | 0.46 | 0.30 | 0.13 | 339.8 | 0.6 | 0.67 |
| Hex | DD | 78 | 9A | 0 | 2E | 1E | D | 154 | 3C | 43 |
| Octal | 335 | 170 | 232 | 0 | 56 | 36 | 15 | 524 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10011010 | 0 | 101110 | 11110 | 1101 | 101010100 | 111100 | 1000011 |
Color Harmonies of #DD789A
Complementary color
Monochromatic Colors of #DD789A
Black with #DD789A
Text Example
Text Example
White with #DD789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD789A; }
p { color: rgb(221,120,154); }
H1.HeaderClassName
{
color: #DD789A;
}
.AnyTagClassName
{
color: #DD789A;
}
</style>
background-color css
<style>
a { background-color: #DD789A; }
a { background-color: rgb(221,120,154); }
div.DivClassName
{
background-color: #DD789A;
}
.BgClassName
{
background-color: #DD789A;
}
</style>
border-color css
<style>
span { border-color: #DD789A; }
span { border-color: rgb(221,120,154); }
td.TdClassName
{
border-color: #DD789A;
}
.TagClassName
{
border-color: #DD789A;
}
</style>