Shades of Pale Violet Red #DF7397
Tints of Pale Violet Red #DF7397
RGB
CMYK
RGB Variations
Color information
#DF7397 (or 0xDF7397) is known color: Pale Violet Red. HEX triplet: DF, 73 and 97. RGB value is (223,115,151). Sum of RGB (Red+Green+Blue) = 223+115+151=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7397 is #208C68. Grayscale: #979797. Windows color (decimal): -2133097 or 9925599. OLE color: 9925599.
HSL color Cylindrical-coordinate representation of color #DF7397: 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.48%. Process color model (Four color, CMYK) of #DF7397 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 151 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.13 |
| HSL | 340º | 0.63% | 0.66% | - |
| HSV(B) | 340º | 0.48% | 0.87% | - |
| XYZ | 42.15 | 30.18 | 32.88 | - |
| YUV | 151.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 151 | 0 | 0.48 | 0.32 | 0.13 | 340 | 0.63 | 0.66 |
| Hex | DF | 73 | 97 | 0 | 30 | 20 | D | 154 | 3F | 42 |
| Octal | 337 | 163 | 227 | 0 | 60 | 40 | 15 | 524 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10010111 | 0 | 110000 | 100000 | 1101 | 101010100 | 111111 | 1000010 |
Color Harmonies of #DF7397
Complementary color
Monochromatic Colors of #DF7397
Black with #DF7397
Text Example
Text Example
White with #DF7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7397; }
p { color: rgb(223,115,151); }
H1.HeaderClassName
{
color: #DF7397;
}
.AnyTagClassName
{
color: #DF7397;
}
</style>
background-color css
<style>
a { background-color: #DF7397; }
a { background-color: rgb(223,115,151); }
div.DivClassName
{
background-color: #DF7397;
}
.BgClassName
{
background-color: #DF7397;
}
</style>
border-color css
<style>
span { border-color: #DF7397; }
span { border-color: rgb(223,115,151); }
td.TdClassName
{
border-color: #DF7397;
}
.TagClassName
{
border-color: #DF7397;
}
</style>