Shades of Pale Violet Red #DD7CA6
Tints of Pale Violet Red #DD7CA6
RGB
CMYK
RGB Variations
Color information
#DD7CA6 (or 0xDD7CA6) is known color: Pale Violet Red. HEX triplet: DD, 7C and A6. RGB value is (221,124,166). Sum of RGB (Red+Green+Blue) = 221+124+166=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA6 is #228359. Grayscale: #9D9D9D. Windows color (decimal): -2261850 or 10910941. OLE color: 10910941.
HSL color Cylindrical-coordinate representation of color #DD7CA6: hue angle of 334.02º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7CA6 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 166 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.13 |
| HSL | 334.02º | 0.59% | 0.68% | - |
| HSV(B) | 334.02º | 0.44% | 0.87% | - |
| XYZ | 43.91 | 32.54 | 40.04 | - |
| YUV | 157.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 166 | 0 | 0.44 | 0.25 | 0.13 | 334.02 | 0.59 | 0.68 |
| Hex | DD | 7C | A6 | 0 | 2C | 19 | D | 14E | 3B | 44 |
| Octal | 335 | 174 | 246 | 0 | 54 | 31 | 15 | 516 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10100110 | 0 | 101100 | 11001 | 1101 | 101001110 | 111011 | 1000100 |
Color Harmonies of #DD7CA6
Complementary color
Monochromatic Colors of #DD7CA6
Black with #DD7CA6
Text Example
Text Example
White with #DD7CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CA6; }
p { color: rgb(221,124,166); }
H1.HeaderClassName
{
color: #DD7CA6;
}
.AnyTagClassName
{
color: #DD7CA6;
}
</style>
background-color css
<style>
a { background-color: #DD7CA6; }
a { background-color: rgb(221,124,166); }
div.DivClassName
{
background-color: #DD7CA6;
}
.BgClassName
{
background-color: #DD7CA6;
}
</style>
border-color css
<style>
span { border-color: #DD7CA6; }
span { border-color: rgb(221,124,166); }
td.TdClassName
{
border-color: #DD7CA6;
}
.TagClassName
{
border-color: #DD7CA6;
}
</style>