Shades of Pale Violet Red #DF7396
Tints of Pale Violet Red #DF7396
RGB
CMYK
RGB Variations
Color information
#DF7396 (or 0xDF7396) is known color: Pale Violet Red. HEX triplet: DF, 73 and 96. RGB value is (223,115,150). Sum of RGB (Red+Green+Blue) = 223+115+150=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7396 is #208C69. Grayscale: #979797. Windows color (decimal): -2133098 or 9860063. OLE color: 9860063.
HSL color Cylindrical-coordinate representation of color #DF7396: hue angle of 340.56º 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 #DF7396 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 150 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.13 |
| HSL | 340.56º | 0.63% | 0.66% | - |
| HSV(B) | 340.56º | 0.48% | 0.87% | - |
| XYZ | 42.07 | 30.15 | 32.46 | - |
| YUV | 151.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 150 | 0 | 0.48 | 0.33 | 0.13 | 340.56 | 0.63 | 0.66 |
| Hex | DF | 73 | 96 | 0 | 30 | 21 | D | 155 | 3F | 42 |
| Octal | 337 | 163 | 226 | 0 | 60 | 41 | 15 | 525 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10010110 | 0 | 110000 | 100001 | 1101 | 101010101 | 111111 | 1000010 |
Color Harmonies of #DF7396
Complementary color
Monochromatic Colors of #DF7396
Black with #DF7396
Text Example
Text Example
White with #DF7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7396; }
p { color: rgb(223,115,150); }
H1.HeaderClassName
{
color: #DF7396;
}
.AnyTagClassName
{
color: #DF7396;
}
</style>
background-color css
<style>
a { background-color: #DF7396; }
a { background-color: rgb(223,115,150); }
div.DivClassName
{
background-color: #DF7396;
}
.BgClassName
{
background-color: #DF7396;
}
</style>
border-color css
<style>
span { border-color: #DF7396; }
span { border-color: rgb(223,115,150); }
td.TdClassName
{
border-color: #DF7396;
}
.TagClassName
{
border-color: #DF7396;
}
</style>