Shades of Pale Violet Red #DF5A96
Tints of Pale Violet Red #DF5A96
RGB
CMYK
RGB Variations
Color information
#DF5A96 (or 0xDF5A96) is known color: Pale Violet Red. HEX triplet: DF, 5A and 96. RGB value is (223,90,150). Sum of RGB (Red+Green+Blue) = 223+90+150=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5A96 is #20A569. Grayscale: #888888. Windows color (decimal): -2139498 or 9853663. OLE color: 9853663.
HSL color Cylindrical-coordinate representation of color #DF5A96: hue angle of 332.93º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF5A96 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 90 | 150 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.13 |
| HSL | 332.93º | 0.68% | 0.61% | - |
| HSV(B) | 332.93º | 0.6% | 0.87% | - |
| XYZ | 39.59 | 25.2 | 31.63 | - |
| YUV | 136.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 150 | 0 | 0.60 | 0.33 | 0.13 | 332.93 | 0.68 | 0.61 |
| Hex | DF | 5A | 96 | 0 | 3C | 21 | D | 14D | 44 | 3D |
| Octal | 337 | 132 | 226 | 0 | 74 | 41 | 15 | 515 | 104 | 75 |
| Binary | 11011111 | 1011010 | 10010110 | 0 | 111100 | 100001 | 1101 | 101001101 | 1000100 | 111101 |
Color Harmonies of #DF5A96
Complementary color
Monochromatic Colors of #DF5A96
Black with #DF5A96
Text Example
Text Example
White with #DF5A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5A96; }
p { color: rgb(223,90,150); }
H1.HeaderClassName
{
color: #DF5A96;
}
.AnyTagClassName
{
color: #DF5A96;
}
</style>
background-color css
<style>
a { background-color: #DF5A96; }
a { background-color: rgb(223,90,150); }
div.DivClassName
{
background-color: #DF5A96;
}
.BgClassName
{
background-color: #DF5A96;
}
</style>
border-color css
<style>
span { border-color: #DF5A96; }
span { border-color: rgb(223,90,150); }
td.TdClassName
{
border-color: #DF5A96;
}
.TagClassName
{
border-color: #DF5A96;
}
</style>