Shades of Pale Violet Red #DF76A0
Tints of Pale Violet Red #DF76A0
RGB
CMYK
RGB Variations
Color information
#DF76A0 (or 0xDF76A0) is known color: Pale Violet Red. HEX triplet: DF, 76 and A0. RGB value is (223,118,160). Sum of RGB (Red+Green+Blue) = 223+118+160=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76A0 is #20895F. Grayscale: #9A9A9A. Windows color (decimal): -2132320 or 10516191. OLE color: 10516191.
HSL color Cylindrical-coordinate representation of color #DF76A0: hue angle of 336º 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 #DF76A0 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 160 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.13 |
| HSL | 336º | 0.62% | 0.67% | - |
| HSV(B) | 336º | 0.47% | 0.87% | - |
| XYZ | 43.26 | 31.18 | 37 | - |
| YUV | 154.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 160 | 0 | 0.47 | 0.28 | 0.13 | 336 | 0.62 | 0.67 |
| Hex | DF | 76 | A0 | 0 | 2F | 1C | D | 150 | 3E | 43 |
| Octal | 337 | 166 | 240 | 0 | 57 | 34 | 15 | 520 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10100000 | 0 | 101111 | 11100 | 1101 | 101010000 | 111110 | 1000011 |
Color Harmonies of #DF76A0
Complementary color
Monochromatic Colors of #DF76A0
Black with #DF76A0
Text Example
Text Example
White with #DF76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76A0; }
p { color: rgb(223,118,160); }
H1.HeaderClassName
{
color: #DF76A0;
}
.AnyTagClassName
{
color: #DF76A0;
}
</style>
background-color css
<style>
a { background-color: #DF76A0; }
a { background-color: rgb(223,118,160); }
div.DivClassName
{
background-color: #DF76A0;
}
.BgClassName
{
background-color: #DF76A0;
}
</style>
border-color css
<style>
span { border-color: #DF76A0; }
span { border-color: rgb(223,118,160); }
td.TdClassName
{
border-color: #DF76A0;
}
.TagClassName
{
border-color: #DF76A0;
}
</style>