Shades of Pale Violet Red #DF599B
Tints of Pale Violet Red #DF599B
RGB
CMYK
RGB Variations
Color information
#DF599B (or 0xDF599B) is known color: Pale Violet Red. HEX triplet: DF, 59 and 9B. RGB value is (223,89,155). Sum of RGB (Red+Green+Blue) = 223+89+155=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF599B is #20A664. Grayscale: #888888. Windows color (decimal): -2139749 or 10181087. OLE color: 10181087.
HSL color Cylindrical-coordinate representation of color #DF599B: hue angle of 330.45º 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 #DF599B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 155 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.13 |
| HSL | 330.45º | 0.68% | 0.61% | - |
| HSV(B) | 330.45º | 0.6% | 0.87% | - |
| XYZ | 39.92 | 25.2 | 33.77 | - |
| YUV | 136.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 155 | 0 | 0.60 | 0.30 | 0.13 | 330.45 | 0.68 | 0.61 |
| Hex | DF | 59 | 9B | 0 | 3C | 1E | D | 14A | 44 | 3D |
| Octal | 337 | 131 | 233 | 0 | 74 | 36 | 15 | 512 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10011011 | 0 | 111100 | 11110 | 1101 | 101001010 | 1000100 | 111101 |
Color Harmonies of #DF599B
Complementary color
Monochromatic Colors of #DF599B
Black with #DF599B
Text Example
Text Example
White with #DF599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF599B; }
p { color: rgb(223,89,155); }
H1.HeaderClassName
{
color: #DF599B;
}
.AnyTagClassName
{
color: #DF599B;
}
</style>
background-color css
<style>
a { background-color: #DF599B; }
a { background-color: rgb(223,89,155); }
div.DivClassName
{
background-color: #DF599B;
}
.BgClassName
{
background-color: #DF599B;
}
</style>
border-color css
<style>
span { border-color: #DF599B; }
span { border-color: rgb(223,89,155); }
td.TdClassName
{
border-color: #DF599B;
}
.TagClassName
{
border-color: #DF599B;
}
</style>