Shades of Pale Violet Red #DD77A8
Tints of Pale Violet Red #DD77A8
RGB
CMYK
RGB Variations
Color information
#DD77A8 (or 0xDD77A8) is known color: Pale Violet Red. HEX triplet: DD, 77 and A8. RGB value is (221,119,168). Sum of RGB (Red+Green+Blue) = 221+119+168=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77A8 is #228857. Grayscale: #9A9A9A. Windows color (decimal): -2263128 or 11040733. OLE color: 11040733.
HSL color Cylindrical-coordinate representation of color #DD77A8: hue angle of 331.18º 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 #DD77A8 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 168 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.13 |
| HSL | 331.18º | 0.6% | 0.67% | - |
| HSV(B) | 331.18º | 0.46% | 0.87% | - |
| XYZ | 43.48 | 31.39 | 40.81 | - |
| YUV | 155.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 168 | 0 | 0.46 | 0.24 | 0.13 | 331.18 | 0.6 | 0.67 |
| Hex | DD | 77 | A8 | 0 | 2E | 18 | D | 14B | 3C | 43 |
| Octal | 335 | 167 | 250 | 0 | 56 | 30 | 15 | 513 | 74 | 103 |
| Binary | 11011101 | 1110111 | 10101000 | 0 | 101110 | 11000 | 1101 | 101001011 | 111100 | 1000011 |
Color Harmonies of #DD77A8
Complementary color
Monochromatic Colors of #DD77A8
Black with #DD77A8
Text Example
Text Example
White with #DD77A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77A8; }
p { color: rgb(221,119,168); }
H1.HeaderClassName
{
color: #DD77A8;
}
.AnyTagClassName
{
color: #DD77A8;
}
</style>
background-color css
<style>
a { background-color: #DD77A8; }
a { background-color: rgb(221,119,168); }
div.DivClassName
{
background-color: #DD77A8;
}
.BgClassName
{
background-color: #DD77A8;
}
</style>
border-color css
<style>
span { border-color: #DD77A8; }
span { border-color: rgb(221,119,168); }
td.TdClassName
{
border-color: #DD77A8;
}
.TagClassName
{
border-color: #DD77A8;
}
</style>