Shades of Pale Violet Red #DD76A3
Tints of Pale Violet Red #DD76A3
RGB
CMYK
RGB Variations
Color information
#DD76A3 (or 0xDD76A3) is known color: Pale Violet Red. HEX triplet: DD, 76 and A3. RGB value is (221,118,163). Sum of RGB (Red+Green+Blue) = 221+118+163=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76A3 is #22895C. Grayscale: #999999. Windows color (decimal): -2263389 or 10712797. OLE color: 10712797.
HSL color Cylindrical-coordinate representation of color #DD76A3: hue angle of 333.79º 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 #DD76A3 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 163 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.13 |
| HSL | 333.79º | 0.6% | 0.66% | - |
| HSV(B) | 333.79º | 0.47% | 0.87% | - |
| XYZ | 42.91 | 30.97 | 38.37 | - |
| YUV | 153.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 163 | 0 | 0.47 | 0.26 | 0.13 | 333.79 | 0.6 | 0.66 |
| Hex | DD | 76 | A3 | 0 | 2F | 1A | D | 14E | 3C | 42 |
| Octal | 335 | 166 | 243 | 0 | 57 | 32 | 15 | 516 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10100011 | 0 | 101111 | 11010 | 1101 | 101001110 | 111100 | 1000010 |
Color Harmonies of #DD76A3
Complementary color
Monochromatic Colors of #DD76A3
Black with #DD76A3
Text Example
Text Example
White with #DD76A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76A3; }
p { color: rgb(221,118,163); }
H1.HeaderClassName
{
color: #DD76A3;
}
.AnyTagClassName
{
color: #DD76A3;
}
</style>
background-color css
<style>
a { background-color: #DD76A3; }
a { background-color: rgb(221,118,163); }
div.DivClassName
{
background-color: #DD76A3;
}
.BgClassName
{
background-color: #DD76A3;
}
</style>
border-color css
<style>
span { border-color: #DD76A3; }
span { border-color: rgb(221,118,163); }
td.TdClassName
{
border-color: #DD76A3;
}
.TagClassName
{
border-color: #DD76A3;
}
</style>