Shades of Pale Violet Red #DF7392
Tints of Pale Violet Red #DF7392
RGB
CMYK
RGB Variations
Color information
#DF7392 (or 0xDF7392) is known color: Pale Violet Red. HEX triplet: DF, 73 and 92. RGB value is (223,115,146). Sum of RGB (Red+Green+Blue) = 223+115+146=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7392 is #208C6D. Grayscale: #969696. Windows color (decimal): -2133102 or 9597919. OLE color: 9597919.
HSL color Cylindrical-coordinate representation of color #DF7392: hue angle of 342.78º 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 #DF7392 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 115 | 146 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.13 |
| HSL | 342.78º | 0.63% | 0.66% | - |
| HSV(B) | 342.78º | 0.48% | 0.87% | - |
| XYZ | 41.75 | 30.02 | 30.79 | - |
| YUV | 150.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 146 | 0 | 0.48 | 0.35 | 0.13 | 342.78 | 0.63 | 0.66 |
| Hex | DF | 73 | 92 | 0 | 30 | 23 | D | 157 | 3F | 42 |
| Octal | 337 | 163 | 222 | 0 | 60 | 43 | 15 | 527 | 77 | 102 |
| Binary | 11011111 | 1110011 | 10010010 | 0 | 110000 | 100011 | 1101 | 101010111 | 111111 | 1000010 |
Color Harmonies of #DF7392
Complementary color
Monochromatic Colors of #DF7392
Black with #DF7392
Text Example
Text Example
White with #DF7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7392; }
p { color: rgb(223,115,146); }
H1.HeaderClassName
{
color: #DF7392;
}
.AnyTagClassName
{
color: #DF7392;
}
</style>
background-color css
<style>
a { background-color: #DF7392; }
a { background-color: rgb(223,115,146); }
div.DivClassName
{
background-color: #DF7392;
}
.BgClassName
{
background-color: #DF7392;
}
</style>
border-color css
<style>
span { border-color: #DF7392; }
span { border-color: rgb(223,115,146); }
td.TdClassName
{
border-color: #DF7392;
}
.TagClassName
{
border-color: #DF7392;
}
</style>