Shades of Pale Violet Red #DF5D95
Tints of Pale Violet Red #DF5D95
RGB
CMYK
RGB Variations
Color information
#DF5D95 (or 0xDF5D95) is known color: Pale Violet Red. HEX triplet: DF, 5D and 95. RGB value is (223,93,149). Sum of RGB (Red+Green+Blue) = 223+93+149=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5D95 is #20A26A. Grayscale: #8A8A8A. Windows color (decimal): -2138731 or 9788895. OLE color: 9788895.
HSL color Cylindrical-coordinate representation of color #DF5D95: hue angle of 334.15º 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 #DF5D95 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 93 | 149 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.13 |
| HSL | 334.15º | 0.67% | 0.62% | - |
| HSV(B) | 334.15º | 0.58% | 0.87% | - |
| XYZ | 39.77 | 25.69 | 31.3 | - |
| YUV | 138.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 149 | 0 | 0.58 | 0.33 | 0.13 | 334.15 | 0.67 | 0.62 |
| Hex | DF | 5D | 95 | 0 | 3A | 21 | D | 14E | 43 | 3E |
| Octal | 337 | 135 | 225 | 0 | 72 | 41 | 15 | 516 | 103 | 76 |
| Binary | 11011111 | 1011101 | 10010101 | 0 | 111010 | 100001 | 1101 | 101001110 | 1000011 | 111110 |
Color Harmonies of #DF5D95
Complementary color
Monochromatic Colors of #DF5D95
Black with #DF5D95
Text Example
Text Example
White with #DF5D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5D95; }
p { color: rgb(223,93,149); }
H1.HeaderClassName
{
color: #DF5D95;
}
.AnyTagClassName
{
color: #DF5D95;
}
</style>
background-color css
<style>
a { background-color: #DF5D95; }
a { background-color: rgb(223,93,149); }
div.DivClassName
{
background-color: #DF5D95;
}
.BgClassName
{
background-color: #DF5D95;
}
</style>
border-color css
<style>
span { border-color: #DF5D95; }
span { border-color: rgb(223,93,149); }
td.TdClassName
{
border-color: #DF5D95;
}
.TagClassName
{
border-color: #DF5D95;
}
</style>