Shades of Pale Violet Red #DF5B9F
Tints of Pale Violet Red #DF5B9F
RGB
CMYK
RGB Variations
Color information
#DF5B9F (or 0xDF5B9F) is known color: Pale Violet Red. HEX triplet: DF, 5B and 9F. RGB value is (223,91,159). Sum of RGB (Red+Green+Blue) = 223+91+159=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5B9F is #20A460. Grayscale: #8A8A8A. Windows color (decimal): -2139233 or 10443743. OLE color: 10443743.
HSL color Cylindrical-coordinate representation of color #DF5B9F: hue angle of 329.09º 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 #DF5B9F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 91 | 159 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.13 |
| HSL | 329.09º | 0.67% | 0.62% | - |
| HSV(B) | 329.09º | 0.59% | 0.87% | - |
| XYZ | 40.43 | 25.67 | 35.63 | - |
| YUV | 138.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 159 | 0 | 0.59 | 0.29 | 0.13 | 329.09 | 0.67 | 0.62 |
| Hex | DF | 5B | 9F | 0 | 3B | 1D | D | 149 | 43 | 3E |
| Octal | 337 | 133 | 237 | 0 | 73 | 35 | 15 | 511 | 103 | 76 |
| Binary | 11011111 | 1011011 | 10011111 | 0 | 111011 | 11101 | 1101 | 101001001 | 1000011 | 111110 |
Color Harmonies of #DF5B9F
Complementary color
Monochromatic Colors of #DF5B9F
Black with #DF5B9F
Text Example
Text Example
White with #DF5B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5B9F; }
p { color: rgb(223,91,159); }
H1.HeaderClassName
{
color: #DF5B9F;
}
.AnyTagClassName
{
color: #DF5B9F;
}
</style>
background-color css
<style>
a { background-color: #DF5B9F; }
a { background-color: rgb(223,91,159); }
div.DivClassName
{
background-color: #DF5B9F;
}
.BgClassName
{
background-color: #DF5B9F;
}
</style>
border-color css
<style>
span { border-color: #DF5B9F; }
span { border-color: rgb(223,91,159); }
td.TdClassName
{
border-color: #DF5B9F;
}
.TagClassName
{
border-color: #DF5B9F;
}
</style>