Shades of Pale Violet Red #DF5E8E
Tints of Pale Violet Red #DF5E8E
RGB
CMYK
RGB Variations
Color information
#DF5E8E (or 0xDF5E8E) is known color: Pale Violet Red. HEX triplet: DF, 5E and 8E. RGB value is (223,94,142). Sum of RGB (Red+Green+Blue) = 223+94+142=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5E8E is #20A171. Grayscale: #898989. Windows color (decimal): -2138482 or 9330399. OLE color: 9330399.
HSL color Cylindrical-coordinate representation of color #DF5E8E: hue angle of 337.67º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF5E8E is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 94 | 142 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.13 |
| HSL | 337.67º | 0.67% | 0.62% | - |
| HSV(B) | 337.67º | 0.58% | 0.87% | - |
| XYZ | 39.32 | 25.65 | 28.47 | - |
| YUV | 138.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 94 | 142 | 0 | 0.58 | 0.36 | 0.13 | 337.67 | 0.67 | 0.62 |
| Hex | DF | 5E | 8E | 0 | 3A | 24 | D | 152 | 43 | 3E |
| Octal | 337 | 136 | 216 | 0 | 72 | 44 | 15 | 522 | 103 | 76 |
| Binary | 11011111 | 1011110 | 10001110 | 0 | 111010 | 100100 | 1101 | 101010010 | 1000011 | 111110 |
Color Harmonies of #DF5E8E
Complementary color
Monochromatic Colors of #DF5E8E
Black with #DF5E8E
Text Example
Text Example
White with #DF5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5E8E; }
p { color: rgb(223,94,142); }
H1.HeaderClassName
{
color: #DF5E8E;
}
.AnyTagClassName
{
color: #DF5E8E;
}
</style>
background-color css
<style>
a { background-color: #DF5E8E; }
a { background-color: rgb(223,94,142); }
div.DivClassName
{
background-color: #DF5E8E;
}
.BgClassName
{
background-color: #DF5E8E;
}
</style>
border-color css
<style>
span { border-color: #DF5E8E; }
span { border-color: rgb(223,94,142); }
td.TdClassName
{
border-color: #DF5E8E;
}
.TagClassName
{
border-color: #DF5E8E;
}
</style>