Shades of Pale Violet Red #DF5CA0
Tints of Pale Violet Red #DF5CA0
RGB
CMYK
RGB Variations
Color information
#DF5CA0 (or 0xDF5CA0) is known color: Pale Violet Red. HEX triplet: DF, 5C and A0. RGB value is (223,92,160). Sum of RGB (Red+Green+Blue) = 223+92+160=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CA0 is #20A35F. Grayscale: #8A8A8A. Windows color (decimal): -2138976 or 10509535. OLE color: 10509535.
HSL color Cylindrical-coordinate representation of color #DF5CA0: hue angle of 328.85º 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 #DF5CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 160 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.13 |
| HSL | 328.85º | 0.67% | 0.62% | - |
| HSV(B) | 328.85º | 0.59% | 0.87% | - |
| XYZ | 40.6 | 25.88 | 36.11 | - |
| YUV | 138.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 160 | 0 | 0.59 | 0.28 | 0.13 | 328.85 | 0.67 | 0.62 |
| Hex | DF | 5C | A0 | 0 | 3B | 1C | D | 149 | 43 | 3E |
| Octal | 337 | 134 | 240 | 0 | 73 | 34 | 15 | 511 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10100000 | 0 | 111011 | 11100 | 1101 | 101001001 | 1000011 | 111110 |
Color Harmonies of #DF5CA0
Complementary color
Monochromatic Colors of #DF5CA0
Black with #DF5CA0
Text Example
Text Example
White with #DF5CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CA0; }
p { color: rgb(223,92,160); }
H1.HeaderClassName
{
color: #DF5CA0;
}
.AnyTagClassName
{
color: #DF5CA0;
}
</style>
background-color css
<style>
a { background-color: #DF5CA0; }
a { background-color: rgb(223,92,160); }
div.DivClassName
{
background-color: #DF5CA0;
}
.BgClassName
{
background-color: #DF5CA0;
}
</style>
border-color css
<style>
span { border-color: #DF5CA0; }
span { border-color: rgb(223,92,160); }
td.TdClassName
{
border-color: #DF5CA0;
}
.TagClassName
{
border-color: #DF5CA0;
}
</style>