Shades of Pale Violet Red #DF77A0
Tints of Pale Violet Red #DF77A0
RGB
CMYK
RGB Variations
Color information
#DF77A0 (or 0xDF77A0) is known color: Pale Violet Red. HEX triplet: DF, 77 and A0. RGB value is (223,119,160). Sum of RGB (Red+Green+Blue) = 223+119+160=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77A0 is #20885F. Grayscale: #9A9A9A. Windows color (decimal): -2132064 or 10516447. OLE color: 10516447.
HSL color Cylindrical-coordinate representation of color #DF77A0: hue angle of 336.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77A0 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 160 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.13 |
| HSL | 336.35º | 0.62% | 0.67% | - |
| HSV(B) | 336.35º | 0.47% | 0.87% | - |
| XYZ | 43.37 | 31.42 | 37.04 | - |
| YUV | 154.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 160 | 0 | 0.47 | 0.28 | 0.13 | 336.35 | 0.62 | 0.67 |
| Hex | DF | 77 | A0 | 0 | 2F | 1C | D | 150 | 3E | 43 |
| Octal | 337 | 167 | 240 | 0 | 57 | 34 | 15 | 520 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10100000 | 0 | 101111 | 11100 | 1101 | 101010000 | 111110 | 1000011 |
Color Harmonies of #DF77A0
Complementary color
Monochromatic Colors of #DF77A0
Black with #DF77A0
Text Example
Text Example
White with #DF77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77A0; }
p { color: rgb(223,119,160); }
H1.HeaderClassName
{
color: #DF77A0;
}
.AnyTagClassName
{
color: #DF77A0;
}
</style>
background-color css
<style>
a { background-color: #DF77A0; }
a { background-color: rgb(223,119,160); }
div.DivClassName
{
background-color: #DF77A0;
}
.BgClassName
{
background-color: #DF77A0;
}
</style>
border-color css
<style>
span { border-color: #DF77A0; }
span { border-color: rgb(223,119,160); }
td.TdClassName
{
border-color: #DF77A0;
}
.TagClassName
{
border-color: #DF77A0;
}
</style>