Shades of Pale Violet Red #DD78A0
Tints of Pale Violet Red #DD78A0
RGB
CMYK
RGB Variations
Color information
#DD78A0 (or 0xDD78A0) is known color: Pale Violet Red. HEX triplet: DD, 78 and A0. RGB value is (221,120,160). Sum of RGB (Red+Green+Blue) = 221+120+160=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78A0 is #22875F. Grayscale: #9A9A9A. Windows color (decimal): -2262880 or 10516701. OLE color: 10516701.
HSL color Cylindrical-coordinate representation of color #DD78A0: hue angle of 336.24º 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 #DD78A0 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 160 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.13 |
| HSL | 336.24º | 0.6% | 0.67% | - |
| HSV(B) | 336.24º | 0.46% | 0.87% | - |
| XYZ | 42.88 | 31.34 | 37.05 | - |
| YUV | 154.76 | 130.96 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 160 | 0 | 0.46 | 0.28 | 0.13 | 336.24 | 0.6 | 0.67 |
| Hex | DD | 78 | A0 | 0 | 2E | 1C | D | 150 | 3C | 43 |
| Octal | 335 | 170 | 240 | 0 | 56 | 34 | 15 | 520 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10100000 | 0 | 101110 | 11100 | 1101 | 101010000 | 111100 | 1000011 |
Color Harmonies of #DD78A0
Complementary color
Monochromatic Colors of #DD78A0
Black with #DD78A0
Text Example
Text Example
White with #DD78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78A0; }
p { color: rgb(221,120,160); }
H1.HeaderClassName
{
color: #DD78A0;
}
.AnyTagClassName
{
color: #DD78A0;
}
</style>
background-color css
<style>
a { background-color: #DD78A0; }
a { background-color: rgb(221,120,160); }
div.DivClassName
{
background-color: #DD78A0;
}
.BgClassName
{
background-color: #DD78A0;
}
</style>
border-color css
<style>
span { border-color: #DD78A0; }
span { border-color: rgb(221,120,160); }
td.TdClassName
{
border-color: #DD78A0;
}
.TagClassName
{
border-color: #DD78A0;
}
</style>