Shades of Pale Violet Red #DF7996
Tints of Pale Violet Red #DF7996
RGB
CMYK
RGB Variations
Color information
#DF7996 (or 0xDF7996) is known color: Pale Violet Red. HEX triplet: DF, 79 and 96. RGB value is (223,121,150). Sum of RGB (Red+Green+Blue) = 223+121+150=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7996 is #208669. Grayscale: #9A9A9A. Windows color (decimal): -2131562 or 9861599. OLE color: 9861599.
HSL color Cylindrical-coordinate representation of color #DF7996: hue angle of 342.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF7996 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 150 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.13 |
| HSL | 342.94º | 0.61% | 0.67% | - |
| HSV(B) | 342.94º | 0.46% | 0.87% | - |
| XYZ | 42.77 | 31.56 | 32.69 | - |
| YUV | 154.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 150 | 0 | 0.46 | 0.33 | 0.13 | 342.94 | 0.61 | 0.67 |
| Hex | DF | 79 | 96 | 0 | 2E | 21 | D | 157 | 3D | 43 |
| Octal | 337 | 171 | 226 | 0 | 56 | 41 | 15 | 527 | 75 | 103 |
| Binary | 11011111 | 1111001 | 10010110 | 0 | 101110 | 100001 | 1101 | 101010111 | 111101 | 1000011 |
Color Harmonies of #DF7996
Complementary color
Monochromatic Colors of #DF7996
Black with #DF7996
Text Example
Text Example
White with #DF7996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7996; }
p { color: rgb(223,121,150); }
H1.HeaderClassName
{
color: #DF7996;
}
.AnyTagClassName
{
color: #DF7996;
}
</style>
background-color css
<style>
a { background-color: #DF7996; }
a { background-color: rgb(223,121,150); }
div.DivClassName
{
background-color: #DF7996;
}
.BgClassName
{
background-color: #DF7996;
}
</style>
border-color css
<style>
span { border-color: #DF7996; }
span { border-color: rgb(223,121,150); }
td.TdClassName
{
border-color: #DF7996;
}
.TagClassName
{
border-color: #DF7996;
}
</style>