Shades of Pale Violet Red #DF709F
Tints of Pale Violet Red #DF709F
RGB
CMYK
RGB Variations
Color information
#DF709F (or 0xDF709F) is known color: Pale Violet Red. HEX triplet: DF, 70 and 9F. RGB value is (223,112,159). Sum of RGB (Red+Green+Blue) = 223+112+159=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF709F is #208F60. Grayscale: #969696. Windows color (decimal): -2133857 or 10449119. OLE color: 10449119.
HSL color Cylindrical-coordinate representation of color #DF709F: hue angle of 334.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF709F is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 159 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.13 |
| HSL | 334.59º | 0.63% | 0.66% | - |
| HSV(B) | 334.59º | 0.5% | 0.87% | - |
| XYZ | 42.48 | 29.78 | 36.31 | - |
| YUV | 150.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 159 | 0 | 0.50 | 0.29 | 0.13 | 334.59 | 0.63 | 0.66 |
| Hex | DF | 70 | 9F | 0 | 32 | 1D | D | 14F | 3F | 42 |
| Octal | 337 | 160 | 237 | 0 | 62 | 35 | 15 | 517 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10011111 | 0 | 110010 | 11101 | 1101 | 101001111 | 111111 | 1000010 |
Color Harmonies of #DF709F
Complementary color
Monochromatic Colors of #DF709F
Black with #DF709F
Text Example
Text Example
White with #DF709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF709F; }
p { color: rgb(223,112,159); }
H1.HeaderClassName
{
color: #DF709F;
}
.AnyTagClassName
{
color: #DF709F;
}
</style>
background-color css
<style>
a { background-color: #DF709F; }
a { background-color: rgb(223,112,159); }
div.DivClassName
{
background-color: #DF709F;
}
.BgClassName
{
background-color: #DF709F;
}
</style>
border-color css
<style>
span { border-color: #DF709F; }
span { border-color: rgb(223,112,159); }
td.TdClassName
{
border-color: #DF709F;
}
.TagClassName
{
border-color: #DF709F;
}
</style>