Shades of Pale Violet Red #DF599A
Tints of Pale Violet Red #DF599A
RGB
CMYK
RGB Variations
Color information
#DF599A (or 0xDF599A) is known color: Pale Violet Red. HEX triplet: DF, 59 and 9A. RGB value is (223,89,154). Sum of RGB (Red+Green+Blue) = 223+89+154=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF599A is #20A665. Grayscale: #888888. Windows color (decimal): -2139750 or 10115551. OLE color: 10115551.
HSL color Cylindrical-coordinate representation of color #DF599A: hue angle of 330.9º 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 #DF599A is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 154 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.13 |
| HSL | 330.9º | 0.68% | 0.61% | - |
| HSV(B) | 330.9º | 0.6% | 0.87% | - |
| XYZ | 39.84 | 25.17 | 33.33 | - |
| YUV | 136.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 154 | 0 | 0.60 | 0.31 | 0.13 | 330.9 | 0.68 | 0.61 |
| Hex | DF | 59 | 9A | 0 | 3C | 1F | D | 14B | 44 | 3D |
| Octal | 337 | 131 | 232 | 0 | 74 | 37 | 15 | 513 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10011010 | 0 | 111100 | 11111 | 1101 | 101001011 | 1000100 | 111101 |
Color Harmonies of #DF599A
Complementary color
Monochromatic Colors of #DF599A
Black with #DF599A
Text Example
Text Example
White with #DF599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF599A; }
p { color: rgb(223,89,154); }
H1.HeaderClassName
{
color: #DF599A;
}
.AnyTagClassName
{
color: #DF599A;
}
</style>
background-color css
<style>
a { background-color: #DF599A; }
a { background-color: rgb(223,89,154); }
div.DivClassName
{
background-color: #DF599A;
}
.BgClassName
{
background-color: #DF599A;
}
</style>
border-color css
<style>
span { border-color: #DF599A; }
span { border-color: rgb(223,89,154); }
td.TdClassName
{
border-color: #DF599A;
}
.TagClassName
{
border-color: #DF599A;
}
</style>