Shades of Pale Violet Red #DD78A8
Tints of Pale Violet Red #DD78A8
RGB
CMYK
RGB Variations
Color information
#DD78A8 (or 0xDD78A8) is known color: Pale Violet Red. HEX triplet: DD, 78 and A8. RGB value is (221,120,168). Sum of RGB (Red+Green+Blue) = 221+120+168=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78A8 is #228757. Grayscale: #9B9B9B. Windows color (decimal): -2262872 or 11040989. OLE color: 11040989.
HSL color Cylindrical-coordinate representation of color #DD78A8: hue angle of 331.49º 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 #DD78A8 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 168 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.13 |
| HSL | 331.49º | 0.6% | 0.67% | - |
| HSV(B) | 331.49º | 0.46% | 0.87% | - |
| XYZ | 43.6 | 31.63 | 40.85 | - |
| YUV | 155.67 | 134.96 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 168 | 0 | 0.46 | 0.24 | 0.13 | 331.49 | 0.6 | 0.67 |
| Hex | DD | 78 | A8 | 0 | 2E | 18 | D | 14B | 3C | 43 |
| Octal | 335 | 170 | 250 | 0 | 56 | 30 | 15 | 513 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10101000 | 0 | 101110 | 11000 | 1101 | 101001011 | 111100 | 1000011 |
Color Harmonies of #DD78A8
Complementary color
Monochromatic Colors of #DD78A8
Black with #DD78A8
Text Example
Text Example
White with #DD78A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78A8; }
p { color: rgb(221,120,168); }
H1.HeaderClassName
{
color: #DD78A8;
}
.AnyTagClassName
{
color: #DD78A8;
}
</style>
background-color css
<style>
a { background-color: #DD78A8; }
a { background-color: rgb(221,120,168); }
div.DivClassName
{
background-color: #DD78A8;
}
.BgClassName
{
background-color: #DD78A8;
}
</style>
border-color css
<style>
span { border-color: #DD78A8; }
span { border-color: rgb(221,120,168); }
td.TdClassName
{
border-color: #DD78A8;
}
.TagClassName
{
border-color: #DD78A8;
}
</style>