Shades of Pale Violet Red #DF7192
Tints of Pale Violet Red #DF7192
RGB
CMYK
RGB Variations
Color information
#DF7192 (or 0xDF7192) is known color: Pale Violet Red. HEX triplet: DF, 71 and 92. RGB value is (223,113,146). Sum of RGB (Red+Green+Blue) = 223+113+146=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7192 is #208E6D. Grayscale: #959595. Windows color (decimal): -2133614 or 9597407. OLE color: 9597407.
HSL color Cylindrical-coordinate representation of color #DF7192: hue angle of 342º 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 #DF7192 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 146 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.13 |
| HSL | 342º | 0.63% | 0.66% | - |
| HSV(B) | 342º | 0.49% | 0.87% | - |
| XYZ | 41.52 | 29.57 | 30.71 | - |
| YUV | 149.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 146 | 0 | 0.49 | 0.35 | 0.13 | 342 | 0.63 | 0.66 |
| Hex | DF | 71 | 92 | 0 | 31 | 23 | D | 156 | 3F | 42 |
| Octal | 337 | 161 | 222 | 0 | 61 | 43 | 15 | 526 | 77 | 102 |
| Binary | 11011111 | 1110001 | 10010010 | 0 | 110001 | 100011 | 1101 | 101010110 | 111111 | 1000010 |
Color Harmonies of #DF7192
Complementary color
Monochromatic Colors of #DF7192
Black with #DF7192
Text Example
Text Example
White with #DF7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7192; }
p { color: rgb(223,113,146); }
H1.HeaderClassName
{
color: #DF7192;
}
.AnyTagClassName
{
color: #DF7192;
}
</style>
background-color css
<style>
a { background-color: #DF7192; }
a { background-color: rgb(223,113,146); }
div.DivClassName
{
background-color: #DF7192;
}
.BgClassName
{
background-color: #DF7192;
}
</style>
border-color css
<style>
span { border-color: #DF7192; }
span { border-color: rgb(223,113,146); }
td.TdClassName
{
border-color: #DF7192;
}
.TagClassName
{
border-color: #DF7192;
}
</style>