Shades of Pale Violet Red #DD78A3
Tints of Pale Violet Red #DD78A3
RGB
CMYK
RGB Variations
Color information
#DD78A3 (or 0xDD78A3) is known color: Pale Violet Red. HEX triplet: DD, 78 and A3. RGB value is (221,120,163). Sum of RGB (Red+Green+Blue) = 221+120+163=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD78A3 is #22875C. Grayscale: #9B9B9B. Windows color (decimal): -2262877 or 10713309. OLE color: 10713309.
HSL color Cylindrical-coordinate representation of color #DD78A3: hue angle of 334.46º 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 #DD78A3 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 163 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.13 |
| HSL | 334.46º | 0.6% | 0.67% | - |
| HSV(B) | 334.46º | 0.46% | 0.87% | - |
| XYZ | 43.15 | 31.45 | 38.45 | - |
| YUV | 155.1 | 132.46 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 163 | 0 | 0.46 | 0.26 | 0.13 | 334.46 | 0.6 | 0.67 |
| Hex | DD | 78 | A3 | 0 | 2E | 1A | D | 14E | 3C | 43 |
| Octal | 335 | 170 | 243 | 0 | 56 | 32 | 15 | 516 | 74 | 103 |
| Binary | 11011101 | 1111000 | 10100011 | 0 | 101110 | 11010 | 1101 | 101001110 | 111100 | 1000011 |
Color Harmonies of #DD78A3
Complementary color
Monochromatic Colors of #DD78A3
Black with #DD78A3
Text Example
Text Example
White with #DD78A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78A3; }
p { color: rgb(221,120,163); }
H1.HeaderClassName
{
color: #DD78A3;
}
.AnyTagClassName
{
color: #DD78A3;
}
</style>
background-color css
<style>
a { background-color: #DD78A3; }
a { background-color: rgb(221,120,163); }
div.DivClassName
{
background-color: #DD78A3;
}
.BgClassName
{
background-color: #DD78A3;
}
</style>
border-color css
<style>
span { border-color: #DD78A3; }
span { border-color: rgb(221,120,163); }
td.TdClassName
{
border-color: #DD78A3;
}
.TagClassName
{
border-color: #DD78A3;
}
</style>