Shades of Pale Violet Red #DD7CA4
Tints of Pale Violet Red #DD7CA4
RGB
CMYK
RGB Variations
Color information
#DD7CA4 (or 0xDD7CA4) is known color: Pale Violet Red. HEX triplet: DD, 7C and A4. RGB value is (221,124,164). Sum of RGB (Red+Green+Blue) = 221+124+164=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CA4 is #22835B. Grayscale: #9D9D9D. Windows color (decimal): -2261852 or 10779869. OLE color: 10779869.
HSL color Cylindrical-coordinate representation of color #DD7CA4: hue angle of 335.26º 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 #DD7CA4 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 164 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.13 |
| HSL | 335.26º | 0.59% | 0.68% | - |
| HSV(B) | 335.26º | 0.44% | 0.87% | - |
| XYZ | 43.73 | 32.47 | 39.08 | - |
| YUV | 157.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 164 | 0 | 0.44 | 0.26 | 0.13 | 335.26 | 0.59 | 0.68 |
| Hex | DD | 7C | A4 | 0 | 2C | 1A | D | 14F | 3B | 44 |
| Octal | 335 | 174 | 244 | 0 | 54 | 32 | 15 | 517 | 73 | 104 |
| Binary | 11011101 | 1111100 | 10100100 | 0 | 101100 | 11010 | 1101 | 101001111 | 111011 | 1000100 |
Color Harmonies of #DD7CA4
Complementary color
Monochromatic Colors of #DD7CA4
Black with #DD7CA4
Text Example
Text Example
White with #DD7CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CA4; }
p { color: rgb(221,124,164); }
H1.HeaderClassName
{
color: #DD7CA4;
}
.AnyTagClassName
{
color: #DD7CA4;
}
</style>
background-color css
<style>
a { background-color: #DD7CA4; }
a { background-color: rgb(221,124,164); }
div.DivClassName
{
background-color: #DD7CA4;
}
.BgClassName
{
background-color: #DD7CA4;
}
</style>
border-color css
<style>
span { border-color: #DD7CA4; }
span { border-color: rgb(221,124,164); }
td.TdClassName
{
border-color: #DD7CA4;
}
.TagClassName
{
border-color: #DD7CA4;
}
</style>