Shades of Pale Violet Red #DD77A6
Tints of Pale Violet Red #DD77A6
RGB
CMYK
RGB Variations
Color information
#DD77A6 (or 0xDD77A6) is known color: Pale Violet Red. HEX triplet: DD, 77 and A6. RGB value is (221,119,166). Sum of RGB (Red+Green+Blue) = 221+119+166=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A6 is #228859. Grayscale: #9A9A9A. Windows color (decimal): -2263130 or 10909661. OLE color: 10909661.
HSL color Cylindrical-coordinate representation of color #DD77A6: hue angle of 332.35º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77A6 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 166 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.13 |
| HSL | 332.35º | 0.6% | 0.67% | - |
| HSV(B) | 332.35º | 0.46% | 0.87% | - |
| XYZ | 43.3 | 31.32 | 39.84 | - |
| YUV | 154.86 | 134.29 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 166 | 0 | 0.46 | 0.25 | 0.13 | 332.35 | 0.6 | 0.67 |
| Hex | DD | 77 | A6 | 0 | 2E | 19 | D | 14C | 3C | 43 |
| Octal | 335 | 167 | 246 | 0 | 56 | 31 | 15 | 514 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10100110 | 0 | 101110 | 11001 | 1101 | 101001100 | 111100 | 1000011 |
Color Harmonies of #DD77A6
Complementary color
Monochromatic Colors of #DD77A6
Black with #DD77A6
Text Example
Text Example
White with #DD77A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A6; }
p { color: rgb(221,119,166); }
H1.HeaderClassName
{
color: #DD77A6;
}
.AnyTagClassName
{
color: #DD77A6;
}
</style>
background-color css
<style>
a { background-color: #DD77A6; }
a { background-color: rgb(221,119,166); }
div.DivClassName
{
background-color: #DD77A6;
}
.BgClassName
{
background-color: #DD77A6;
}
</style>
border-color css
<style>
span { border-color: #DD77A6; }
span { border-color: rgb(221,119,166); }
td.TdClassName
{
border-color: #DD77A6;
}
.TagClassName
{
border-color: #DD77A6;
}
</style>