Shades of Pale Violet Red #DF7095
Tints of Pale Violet Red #DF7095
RGB
CMYK
RGB Variations
Color information
#DF7095 (or 0xDF7095) is known color: Pale Violet Red. HEX triplet: DF, 70 and 95. RGB value is (223,112,149). Sum of RGB (Red+Green+Blue) = 223+112+149=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7095 is #208F6A. Grayscale: #959595. Windows color (decimal): -2133867 or 9793759. OLE color: 9793759.
HSL color Cylindrical-coordinate representation of color #DF7095: hue angle of 340º 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 #DF7095 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 149 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.13 |
| HSL | 340º | 0.63% | 0.66% | - |
| HSV(B) | 340º | 0.5% | 0.87% | - |
| XYZ | 41.65 | 29.45 | 31.92 | - |
| YUV | 149.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 149 | 0 | 0.50 | 0.33 | 0.13 | 340 | 0.63 | 0.66 |
| Hex | DF | 70 | 95 | 0 | 32 | 21 | D | 154 | 3F | 42 |
| Octal | 337 | 160 | 225 | 0 | 62 | 41 | 15 | 524 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10010101 | 0 | 110010 | 100001 | 1101 | 101010100 | 111111 | 1000010 |
Color Harmonies of #DF7095
Complementary color
Monochromatic Colors of #DF7095
Black with #DF7095
Text Example
Text Example
White with #DF7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7095; }
p { color: rgb(223,112,149); }
H1.HeaderClassName
{
color: #DF7095;
}
.AnyTagClassName
{
color: #DF7095;
}
</style>
background-color css
<style>
a { background-color: #DF7095; }
a { background-color: rgb(223,112,149); }
div.DivClassName
{
background-color: #DF7095;
}
.BgClassName
{
background-color: #DF7095;
}
</style>
border-color css
<style>
span { border-color: #DF7095; }
span { border-color: rgb(223,112,149); }
td.TdClassName
{
border-color: #DF7095;
}
.TagClassName
{
border-color: #DF7095;
}
</style>