Shades of Pale Violet Red #DF5C9F
Tints of Pale Violet Red #DF5C9F
RGB
CMYK
RGB Variations
Color information
#DF5C9F (or 0xDF5C9F) is known color: Pale Violet Red. HEX triplet: DF, 5C and 9F. RGB value is (223,92,159). Sum of RGB (Red+Green+Blue) = 223+92+159=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C9F is #20A360. Grayscale: #8A8A8A. Windows color (decimal): -2138977 or 10443999. OLE color: 10443999.
HSL color Cylindrical-coordinate representation of color #DF5C9F: hue angle of 329.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C9F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 159 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.13 |
| HSL | 329.31º | 0.67% | 0.62% | - |
| HSV(B) | 329.31º | 0.59% | 0.87% | - |
| XYZ | 40.52 | 25.85 | 35.65 | - |
| YUV | 138.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 159 | 0 | 0.59 | 0.29 | 0.13 | 329.31 | 0.67 | 0.62 |
| Hex | DF | 5C | 9F | 0 | 3B | 1D | D | 149 | 43 | 3E |
| Octal | 337 | 134 | 237 | 0 | 73 | 35 | 15 | 511 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10011111 | 0 | 111011 | 11101 | 1101 | 101001001 | 1000011 | 111110 |
Color Harmonies of #DF5C9F
Complementary color
Monochromatic Colors of #DF5C9F
Black with #DF5C9F
Text Example
Text Example
White with #DF5C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C9F; }
p { color: rgb(223,92,159); }
H1.HeaderClassName
{
color: #DF5C9F;
}
.AnyTagClassName
{
color: #DF5C9F;
}
</style>
background-color css
<style>
a { background-color: #DF5C9F; }
a { background-color: rgb(223,92,159); }
div.DivClassName
{
background-color: #DF5C9F;
}
.BgClassName
{
background-color: #DF5C9F;
}
</style>
border-color css
<style>
span { border-color: #DF5C9F; }
span { border-color: rgb(223,92,159); }
td.TdClassName
{
border-color: #DF5C9F;
}
.TagClassName
{
border-color: #DF5C9F;
}
</style>