Shades of Pale Violet Red #DF6197
Tints of Pale Violet Red #DF6197
RGB
CMYK
RGB Variations
Color information
#DF6197 (or 0xDF6197) is known color: Pale Violet Red. HEX triplet: DF, 61 and 97. RGB value is (223,97,151). Sum of RGB (Red+Green+Blue) = 223+97+151=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6197 is #209E68. Grayscale: #8C8C8C. Windows color (decimal): -2137705 or 9920991. OLE color: 9920991.
HSL color Cylindrical-coordinate representation of color #DF6197: hue angle of 334.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6197 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 151 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.13 |
| HSL | 334.29º | 0.66% | 0.63% | - |
| HSV(B) | 334.29º | 0.57% | 0.87% | - |
| XYZ | 40.29 | 26.47 | 32.26 | - |
| YUV | 140.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 151 | 0 | 0.57 | 0.32 | 0.13 | 334.29 | 0.66 | 0.63 |
| Hex | DF | 61 | 97 | 0 | 39 | 20 | D | 14E | 42 | 3F |
| Octal | 337 | 141 | 227 | 0 | 71 | 40 | 15 | 516 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10010111 | 0 | 111001 | 100000 | 1101 | 101001110 | 1000010 | 111111 |
Color Harmonies of #DF6197
Complementary color
Monochromatic Colors of #DF6197
Black with #DF6197
Text Example
Text Example
White with #DF6197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6197; }
p { color: rgb(223,97,151); }
H1.HeaderClassName
{
color: #DF6197;
}
.AnyTagClassName
{
color: #DF6197;
}
</style>
background-color css
<style>
a { background-color: #DF6197; }
a { background-color: rgb(223,97,151); }
div.DivClassName
{
background-color: #DF6197;
}
.BgClassName
{
background-color: #DF6197;
}
</style>
border-color css
<style>
span { border-color: #DF6197; }
span { border-color: rgb(223,97,151); }
td.TdClassName
{
border-color: #DF6197;
}
.TagClassName
{
border-color: #DF6197;
}
</style>