Shades of Pale Violet Red #DD78AA
Tints of Pale Violet Red #DD78AA
RGB
CMYK
RGB Variations
Color information
#DD78AA (or 0xDD78AA) is known color: Pale Violet Red. HEX triplet: DD, 78 and AA. RGB value is (221,120,170). Sum of RGB (Red+Green+Blue) = 221+120+170=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78AA is #228755. Grayscale: #9B9B9B. Windows color (decimal): -2262870 or 11172061. OLE color: 11172061.
HSL color Cylindrical-coordinate representation of color #DD78AA: hue angle of 330.3º 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 #DD78AA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 170 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.13 |
| HSL | 330.3º | 0.6% | 0.67% | - |
| HSV(B) | 330.3º | 0.46% | 0.87% | - |
| XYZ | 43.79 | 31.71 | 41.84 | - |
| YUV | 155.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 170 | 0 | 0.46 | 0.23 | 0.13 | 330.3 | 0.6 | 0.67 |
| Hex | DD | 78 | AA | 0 | 2E | 17 | D | 14A | 3C | 43 |
| Octal | 335 | 170 | 252 | 0 | 56 | 27 | 15 | 512 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10101010 | 0 | 101110 | 10111 | 1101 | 101001010 | 111100 | 1000011 |
Color Harmonies of #DD78AA
Complementary color
Monochromatic Colors of #DD78AA
Black with #DD78AA
Text Example
Text Example
White with #DD78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78AA; }
p { color: rgb(221,120,170); }
H1.HeaderClassName
{
color: #DD78AA;
}
.AnyTagClassName
{
color: #DD78AA;
}
</style>
background-color css
<style>
a { background-color: #DD78AA; }
a { background-color: rgb(221,120,170); }
div.DivClassName
{
background-color: #DD78AA;
}
.BgClassName
{
background-color: #DD78AA;
}
</style>
border-color css
<style>
span { border-color: #DD78AA; }
span { border-color: rgb(221,120,170); }
td.TdClassName
{
border-color: #DD78AA;
}
.TagClassName
{
border-color: #DD78AA;
}
</style>