Shades of Pale Violet Red #DF7097
Tints of Pale Violet Red #DF7097
RGB
CMYK
RGB Variations
Color information
#DF7097 (or 0xDF7097) is known color: Pale Violet Red. HEX triplet: DF, 70 and 97. RGB value is (223,112,151). Sum of RGB (Red+Green+Blue) = 223+112+151=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7097 is #208F68. Grayscale: #959595. Windows color (decimal): -2133865 or 9924831. OLE color: 9924831.
HSL color Cylindrical-coordinate representation of color #DF7097: hue angle of 338.92º 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 #DF7097 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 151 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.13 |
| HSL | 338.92º | 0.63% | 0.66% | - |
| HSV(B) | 338.92º | 0.5% | 0.87% | - |
| XYZ | 41.81 | 29.51 | 32.77 | - |
| YUV | 149.64 | 128.77 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 151 | 0 | 0.50 | 0.32 | 0.13 | 338.92 | 0.63 | 0.66 |
| Hex | DF | 70 | 97 | 0 | 32 | 20 | D | 153 | 3F | 42 |
| Octal | 337 | 160 | 227 | 0 | 62 | 40 | 15 | 523 | 77 | 102 |
| Binary | 11011111 | 1110000 | 10010111 | 0 | 110010 | 100000 | 1101 | 101010011 | 111111 | 1000010 |
Color Harmonies of #DF7097
Complementary color
Monochromatic Colors of #DF7097
Black with #DF7097
Text Example
Text Example
White with #DF7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7097; }
p { color: rgb(223,112,151); }
H1.HeaderClassName
{
color: #DF7097;
}
.AnyTagClassName
{
color: #DF7097;
}
</style>
background-color css
<style>
a { background-color: #DF7097; }
a { background-color: rgb(223,112,151); }
div.DivClassName
{
background-color: #DF7097;
}
.BgClassName
{
background-color: #DF7097;
}
</style>
border-color css
<style>
span { border-color: #DF7097; }
span { border-color: rgb(223,112,151); }
td.TdClassName
{
border-color: #DF7097;
}
.TagClassName
{
border-color: #DF7097;
}
</style>