Shades of Pale Violet Red #DD76A2
Tints of Pale Violet Red #DD76A2
RGB
CMYK
RGB Variations
Color information
#DD76A2 (or 0xDD76A2) is known color: Pale Violet Red. HEX triplet: DD, 76 and A2. RGB value is (221,118,162). Sum of RGB (Red+Green+Blue) = 221+118+162=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76A2 is #22895D. Grayscale: #999999. Windows color (decimal): -2263390 or 10647261. OLE color: 10647261.
HSL color Cylindrical-coordinate representation of color #DD76A2: hue angle of 334.37º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD76A2 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 162 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.13 |
| HSL | 334.37º | 0.6% | 0.66% | - |
| HSV(B) | 334.37º | 0.47% | 0.87% | - |
| XYZ | 42.82 | 30.94 | 37.9 | - |
| YUV | 153.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 162 | 0 | 0.47 | 0.27 | 0.13 | 334.37 | 0.6 | 0.66 |
| Hex | DD | 76 | A2 | 0 | 2F | 1B | D | 14E | 3C | 42 |
| Octal | 335 | 166 | 242 | 0 | 57 | 33 | 15 | 516 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10100010 | 0 | 101111 | 11011 | 1101 | 101001110 | 111100 | 1000010 |
Color Harmonies of #DD76A2
Complementary color
Monochromatic Colors of #DD76A2
Black with #DD76A2
Text Example
Text Example
White with #DD76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76A2; }
p { color: rgb(221,118,162); }
H1.HeaderClassName
{
color: #DD76A2;
}
.AnyTagClassName
{
color: #DD76A2;
}
</style>
background-color css
<style>
a { background-color: #DD76A2; }
a { background-color: rgb(221,118,162); }
div.DivClassName
{
background-color: #DD76A2;
}
.BgClassName
{
background-color: #DD76A2;
}
</style>
border-color css
<style>
span { border-color: #DD76A2; }
span { border-color: rgb(221,118,162); }
td.TdClassName
{
border-color: #DD76A2;
}
.TagClassName
{
border-color: #DD76A2;
}
</style>