Shades of Pale Violet Red #DF7191
Tints of Pale Violet Red #DF7191
RGB
CMYK
RGB Variations
Color information
#DF7191 (or 0xDF7191) is known color: Pale Violet Red. HEX triplet: DF, 71 and 91. RGB value is (223,113,145). Sum of RGB (Red+Green+Blue) = 223+113+145=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7191 is #208E6E. Grayscale: #959595. Windows color (decimal): -2133615 or 9531871. OLE color: 9531871.
HSL color Cylindrical-coordinate representation of color #DF7191: hue angle of 342.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7191 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 145 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.13 |
| HSL | 342.55º | 0.63% | 0.66% | - |
| HSV(B) | 342.55º | 0.49% | 0.87% | - |
| XYZ | 41.45 | 29.54 | 30.31 | - |
| YUV | 149.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 145 | 0 | 0.49 | 0.35 | 0.13 | 342.55 | 0.63 | 0.66 |
| Hex | DF | 71 | 91 | 0 | 31 | 23 | D | 157 | 3F | 42 |
| Octal | 337 | 161 | 221 | 0 | 61 | 43 | 15 | 527 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10010001 | 0 | 110001 | 100011 | 1101 | 101010111 | 111111 | 1000010 |
Color Harmonies of #DF7191
Complementary color
Monochromatic Colors of #DF7191
Black with #DF7191
Text Example
Text Example
White with #DF7191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7191; }
p { color: rgb(223,113,145); }
H1.HeaderClassName
{
color: #DF7191;
}
.AnyTagClassName
{
color: #DF7191;
}
</style>
background-color css
<style>
a { background-color: #DF7191; }
a { background-color: rgb(223,113,145); }
div.DivClassName
{
background-color: #DF7191;
}
.BgClassName
{
background-color: #DF7191;
}
</style>
border-color css
<style>
span { border-color: #DF7191; }
span { border-color: rgb(223,113,145); }
td.TdClassName
{
border-color: #DF7191;
}
.TagClassName
{
border-color: #DF7191;
}
</style>