Shades of Pale Violet Red #DF6697
Tints of Pale Violet Red #DF6697
RGB
CMYK
RGB Variations
Color information
#DF6697 (or 0xDF6697) is known color: Pale Violet Red. HEX triplet: DF, 66 and 97. RGB value is (223,102,151). Sum of RGB (Red+Green+Blue) = 223+102+151=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6697 is #209968. Grayscale: #8F8F8F. Windows color (decimal): -2136425 or 9922271. OLE color: 9922271.
HSL color Cylindrical-coordinate representation of color #DF6697: hue angle of 335.7º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6697 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 151 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.13 |
| HSL | 335.7º | 0.65% | 0.64% | - |
| HSV(B) | 335.7º | 0.54% | 0.87% | - |
| XYZ | 40.77 | 27.43 | 32.42 | - |
| YUV | 143.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 151 | 0 | 0.54 | 0.32 | 0.13 | 335.7 | 0.65 | 0.64 |
| Hex | DF | 66 | 97 | 0 | 36 | 20 | D | 150 | 41 | 40 |
| Octal | 337 | 146 | 227 | 0 | 66 | 40 | 15 | 520 | 101 | 100 |
| Binary | 11011111 | 1100110 | 10010111 | 0 | 110110 | 100000 | 1101 | 101010000 | 1000001 | 1000000 |
Color Harmonies of #DF6697
Complementary color
Monochromatic Colors of #DF6697
Black with #DF6697
Text Example
Text Example
White with #DF6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6697; }
p { color: rgb(223,102,151); }
H1.HeaderClassName
{
color: #DF6697;
}
.AnyTagClassName
{
color: #DF6697;
}
</style>
background-color css
<style>
a { background-color: #DF6697; }
a { background-color: rgb(223,102,151); }
div.DivClassName
{
background-color: #DF6697;
}
.BgClassName
{
background-color: #DF6697;
}
</style>
border-color css
<style>
span { border-color: #DF6697; }
span { border-color: rgb(223,102,151); }
td.TdClassName
{
border-color: #DF6697;
}
.TagClassName
{
border-color: #DF6697;
}
</style>