Shades of Pale Violet Red #DF5F8D
Tints of Pale Violet Red #DF5F8D
RGB
CMYK
RGB Variations
Color information
#DF5F8D (or 0xDF5F8D) is known color: Pale Violet Red. HEX triplet: DF, 5F and 8D. RGB value is (223,95,141). Sum of RGB (Red+Green+Blue) = 223+95+141=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F8D is #20A072. Grayscale: #8A8A8A. Windows color (decimal): -2138227 or 9265119. OLE color: 9265119.
HSL color Cylindrical-coordinate representation of color #DF5F8D: hue angle of 338.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F8D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 141 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.13 |
| HSL | 338.44º | 0.67% | 0.62% | - |
| HSV(B) | 338.44º | 0.57% | 0.87% | - |
| XYZ | 39.33 | 25.8 | 28.11 | - |
| YUV | 138.52 | 129.41 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 141 | 0 | 0.57 | 0.37 | 0.13 | 338.44 | 0.67 | 0.62 |
| Hex | DF | 5F | 8D | 0 | 39 | 25 | D | 152 | 43 | 3E |
| Octal | 337 | 137 | 215 | 0 | 71 | 45 | 15 | 522 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10001101 | 0 | 111001 | 100101 | 1101 | 101010010 | 1000011 | 111110 |
Color Harmonies of #DF5F8D
Complementary color
Monochromatic Colors of #DF5F8D
Black with #DF5F8D
Text Example
Text Example
White with #DF5F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F8D; }
p { color: rgb(223,95,141); }
H1.HeaderClassName
{
color: #DF5F8D;
}
.AnyTagClassName
{
color: #DF5F8D;
}
</style>
background-color css
<style>
a { background-color: #DF5F8D; }
a { background-color: rgb(223,95,141); }
div.DivClassName
{
background-color: #DF5F8D;
}
.BgClassName
{
background-color: #DF5F8D;
}
</style>
border-color css
<style>
span { border-color: #DF5F8D; }
span { border-color: rgb(223,95,141); }
td.TdClassName
{
border-color: #DF5F8D;
}
.TagClassName
{
border-color: #DF5F8D;
}
</style>