Shades of Pale Violet Red #DF7492
Tints of Pale Violet Red #DF7492
RGB
CMYK
RGB Variations
Color information
#DF7492 (or 0xDF7492) is known color: Pale Violet Red. HEX triplet: DF, 74 and 92. RGB value is (223,116,146). Sum of RGB (Red+Green+Blue) = 223+116+146=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7492 is #208B6D. Grayscale: #979797. Windows color (decimal): -2132846 or 9598175. OLE color: 9598175.
HSL color Cylindrical-coordinate representation of color #DF7492: hue angle of 343.18º 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 #DF7492 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 146 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.13 |
| HSL | 343.18º | 0.63% | 0.66% | - |
| HSV(B) | 343.18º | 0.48% | 0.87% | - |
| XYZ | 41.87 | 30.25 | 30.83 | - |
| YUV | 151.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 146 | 0 | 0.48 | 0.35 | 0.13 | 343.18 | 0.63 | 0.66 |
| Hex | DF | 74 | 92 | 0 | 30 | 23 | D | 157 | 3F | 42 |
| Octal | 337 | 164 | 222 | 0 | 60 | 43 | 15 | 527 | 77 | 102 |
| Binary | 11011111 | 1110100 | 10010010 | 0 | 110000 | 100011 | 1101 | 101010111 | 111111 | 1000010 |
Color Harmonies of #DF7492
Complementary color
Monochromatic Colors of #DF7492
Black with #DF7492
Text Example
Text Example
White with #DF7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7492; }
p { color: rgb(223,116,146); }
H1.HeaderClassName
{
color: #DF7492;
}
.AnyTagClassName
{
color: #DF7492;
}
</style>
background-color css
<style>
a { background-color: #DF7492; }
a { background-color: rgb(223,116,146); }
div.DivClassName
{
background-color: #DF7492;
}
.BgClassName
{
background-color: #DF7492;
}
</style>
border-color css
<style>
span { border-color: #DF7492; }
span { border-color: rgb(223,116,146); }
td.TdClassName
{
border-color: #DF7492;
}
.TagClassName
{
border-color: #DF7492;
}
</style>