Shades of Pale Violet Red #DD76A1
Tints of Pale Violet Red #DD76A1
RGB
CMYK
RGB Variations
Color information
#DD76A1 (or 0xDD76A1) is known color: Pale Violet Red. HEX triplet: DD, 76 and A1. RGB value is (221,118,161). Sum of RGB (Red+Green+Blue) = 221+118+161=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD76A1 is #22895E. Grayscale: #999999. Windows color (decimal): -2263391 or 10581725. OLE color: 10581725.
HSL color Cylindrical-coordinate representation of color #DD76A1: hue angle of 334.95º 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 #DD76A1 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 161 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.13 |
| HSL | 334.95º | 0.6% | 0.66% | - |
| HSV(B) | 334.95º | 0.47% | 0.87% | - |
| XYZ | 42.73 | 30.9 | 37.43 | - |
| YUV | 153.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 161 | 0 | 0.47 | 0.27 | 0.13 | 334.95 | 0.6 | 0.66 |
| Hex | DD | 76 | A1 | 0 | 2F | 1B | D | 14F | 3C | 42 |
| Octal | 335 | 166 | 241 | 0 | 57 | 33 | 15 | 517 | 74 | 102 |
| Binary | 11011101 | 1110110 | 10100001 | 0 | 101111 | 11011 | 1101 | 101001111 | 111100 | 1000010 |
Color Harmonies of #DD76A1
Complementary color
Monochromatic Colors of #DD76A1
Black with #DD76A1
Text Example
Text Example
White with #DD76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76A1; }
p { color: rgb(221,118,161); }
H1.HeaderClassName
{
color: #DD76A1;
}
.AnyTagClassName
{
color: #DD76A1;
}
</style>
background-color css
<style>
a { background-color: #DD76A1; }
a { background-color: rgb(221,118,161); }
div.DivClassName
{
background-color: #DD76A1;
}
.BgClassName
{
background-color: #DD76A1;
}
</style>
border-color css
<style>
span { border-color: #DD76A1; }
span { border-color: rgb(221,118,161); }
td.TdClassName
{
border-color: #DD76A1;
}
.TagClassName
{
border-color: #DD76A1;
}
</style>