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