Shades of Pale Violet Red #DF77A8
Tints of Pale Violet Red #DF77A8
RGB
CMYK
RGB Variations
Color information
#DF77A8 (or 0xDF77A8) is known color: Pale Violet Red. HEX triplet: DF, 77 and A8. RGB value is (223,119,168). Sum of RGB (Red+Green+Blue) = 223+119+168=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77A8 is #208857. Grayscale: #9B9B9B. Windows color (decimal): -2132056 or 11040735. OLE color: 11040735.
HSL color Cylindrical-coordinate representation of color #DF77A8: hue angle of 331.73º 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 #DF77A8 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 168 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.13 |
| HSL | 331.73º | 0.62% | 0.67% | - |
| HSV(B) | 331.73º | 0.47% | 0.87% | - |
| XYZ | 44.1 | 31.71 | 40.84 | - |
| YUV | 155.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 168 | 0 | 0.47 | 0.25 | 0.13 | 331.73 | 0.62 | 0.67 |
| Hex | DF | 77 | A8 | 0 | 2F | 19 | D | 14C | 3E | 43 |
| Octal | 337 | 167 | 250 | 0 | 57 | 31 | 15 | 514 | 76 | 103 |
| Binary | 11011111 | 1110111 | 10101000 | 0 | 101111 | 11001 | 1101 | 101001100 | 111110 | 1000011 |
Color Harmonies of #DF77A8
Complementary color
Monochromatic Colors of #DF77A8
Black with #DF77A8
Text Example
Text Example
White with #DF77A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77A8; }
p { color: rgb(223,119,168); }
H1.HeaderClassName
{
color: #DF77A8;
}
.AnyTagClassName
{
color: #DF77A8;
}
</style>
background-color css
<style>
a { background-color: #DF77A8; }
a { background-color: rgb(223,119,168); }
div.DivClassName
{
background-color: #DF77A8;
}
.BgClassName
{
background-color: #DF77A8;
}
</style>
border-color css
<style>
span { border-color: #DF77A8; }
span { border-color: rgb(223,119,168); }
td.TdClassName
{
border-color: #DF77A8;
}
.TagClassName
{
border-color: #DF77A8;
}
</style>