Shades of Pale Violet Red #DF709C
Tints of Pale Violet Red #DF709C
RGB
CMYK
RGB Variations
Color information
#DF709C (or 0xDF709C) is known color: Pale Violet Red. HEX triplet: DF, 70 and 9C. RGB value is (223,112,156). Sum of RGB (Red+Green+Blue) = 223+112+156=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF709C is #208F63. Grayscale: #969696. Windows color (decimal): -2133860 or 10252511. OLE color: 10252511.
HSL color Cylindrical-coordinate representation of color #DF709C: hue angle of 336.22º 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 #DF709C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 156 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.13 |
| HSL | 336.22º | 0.63% | 0.66% | - |
| HSV(B) | 336.22º | 0.5% | 0.87% | - |
| XYZ | 42.23 | 29.68 | 34.96 | - |
| YUV | 150.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 156 | 0 | 0.50 | 0.30 | 0.13 | 336.22 | 0.63 | 0.66 |
| Hex | DF | 70 | 9C | 0 | 32 | 1E | D | 150 | 3F | 42 |
| Octal | 337 | 160 | 234 | 0 | 62 | 36 | 15 | 520 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10011100 | 0 | 110010 | 11110 | 1101 | 101010000 | 111111 | 1000010 |
Color Harmonies of #DF709C
Complementary color
Monochromatic Colors of #DF709C
Black with #DF709C
Text Example
Text Example
White with #DF709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF709C; }
p { color: rgb(223,112,156); }
H1.HeaderClassName
{
color: #DF709C;
}
.AnyTagClassName
{
color: #DF709C;
}
</style>
background-color css
<style>
a { background-color: #DF709C; }
a { background-color: rgb(223,112,156); }
div.DivClassName
{
background-color: #DF709C;
}
.BgClassName
{
background-color: #DF709C;
}
</style>
border-color css
<style>
span { border-color: #DF709C; }
span { border-color: rgb(223,112,156); }
td.TdClassName
{
border-color: #DF709C;
}
.TagClassName
{
border-color: #DF709C;
}
</style>