Shades of Pale Violet Red #DF708F
Tints of Pale Violet Red #DF708F
RGB
CMYK
RGB Variations
Color information
#DF708F (or 0xDF708F) is known color: Pale Violet Red. HEX triplet: DF, 70 and 8F. RGB value is (223,112,143). Sum of RGB (Red+Green+Blue) = 223+112+143=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF708F is #208F70. Grayscale: #949494. Windows color (decimal): -2133873 or 9400543. OLE color: 9400543.
HSL color Cylindrical-coordinate representation of color #DF708F: hue angle of 343.24º 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 #DF708F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 143 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.13 |
| HSL | 343.24º | 0.63% | 0.66% | - |
| HSV(B) | 343.24º | 0.5% | 0.87% | - |
| XYZ | 41.18 | 29.26 | 29.46 | - |
| YUV | 148.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 143 | 0 | 0.50 | 0.36 | 0.13 | 343.24 | 0.63 | 0.66 |
| Hex | DF | 70 | 8F | 0 | 32 | 24 | D | 157 | 3F | 42 |
| Octal | 337 | 160 | 217 | 0 | 62 | 44 | 15 | 527 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10001111 | 0 | 110010 | 100100 | 1101 | 101010111 | 111111 | 1000010 |
Color Harmonies of #DF708F
Complementary color
Monochromatic Colors of #DF708F
Black with #DF708F
Text Example
Text Example
White with #DF708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF708F; }
p { color: rgb(223,112,143); }
H1.HeaderClassName
{
color: #DF708F;
}
.AnyTagClassName
{
color: #DF708F;
}
</style>
background-color css
<style>
a { background-color: #DF708F; }
a { background-color: rgb(223,112,143); }
div.DivClassName
{
background-color: #DF708F;
}
.BgClassName
{
background-color: #DF708F;
}
</style>
border-color css
<style>
span { border-color: #DF708F; }
span { border-color: rgb(223,112,143); }
td.TdClassName
{
border-color: #DF708F;
}
.TagClassName
{
border-color: #DF708F;
}
</style>