Shades of Pale Violet Red #DF769F
Tints of Pale Violet Red #DF769F
RGB
CMYK
RGB Variations
Color information
#DF769F (or 0xDF769F) is known color: Pale Violet Red. HEX triplet: DF, 76 and 9F. RGB value is (223,118,159). Sum of RGB (Red+Green+Blue) = 223+118+159=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF769F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF769F is #208960. Grayscale: #9A9A9A. Windows color (decimal): -2132321 or 10450655. OLE color: 10450655.
HSL color Cylindrical-coordinate representation of color #DF769F: hue angle of 336.57º 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 #DF769F is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 118 | 159 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.13 |
| HSL | 336.57º | 0.62% | 0.67% | - |
| HSV(B) | 336.57º | 0.47% | 0.87% | - |
| XYZ | 43.17 | 31.15 | 36.54 | - |
| YUV | 154.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 159 | 0 | 0.47 | 0.29 | 0.13 | 336.57 | 0.62 | 0.67 |
| Hex | DF | 76 | 9F | 0 | 2F | 1D | D | 151 | 3E | 43 |
| Octal | 337 | 166 | 237 | 0 | 57 | 35 | 15 | 521 | 76 | 103 |
| Binary | 11011111 | 1110110 | 10011111 | 0 | 101111 | 11101 | 1101 | 101010001 | 111110 | 1000011 |
Color Harmonies of #DF769F
Complementary color
Monochromatic Colors of #DF769F
Black with #DF769F
Text Example
Text Example
White with #DF769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF769F; }
p { color: rgb(223,118,159); }
H1.HeaderClassName
{
color: #DF769F;
}
.AnyTagClassName
{
color: #DF769F;
}
</style>
background-color css
<style>
a { background-color: #DF769F; }
a { background-color: rgb(223,118,159); }
div.DivClassName
{
background-color: #DF769F;
}
.BgClassName
{
background-color: #DF769F;
}
</style>
border-color css
<style>
span { border-color: #DF769F; }
span { border-color: rgb(223,118,159); }
td.TdClassName
{
border-color: #DF769F;
}
.TagClassName
{
border-color: #DF769F;
}
</style>