Shades of Pale Violet Red #DE599B
Tints of Pale Violet Red #DE599B
RGB
CMYK
RGB Variations
Color information
#DE599B (or 0xDE599B) is known color: Pale Violet Red. HEX triplet: DE, 59 and 9B. RGB value is (222,89,155). Sum of RGB (Red+Green+Blue) = 222+89+155=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE599B is #21A664. Grayscale: #888888. Windows color (decimal): -2205285 or 10181086. OLE color: 10181086.
HSL color Cylindrical-coordinate representation of color #DE599B: hue angle of 330.23º degrees, saturation: 0.67, 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 #DE599B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 155 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.13 |
| HSL | 330.23º | 0.67% | 0.61% | - |
| HSV(B) | 330.23º | 0.6% | 0.87% | - |
| XYZ | 39.61 | 25.04 | 33.76 | - |
| YUV | 136.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 155 | 0 | 0.60 | 0.30 | 0.13 | 330.23 | 0.67 | 0.61 |
| Hex | DE | 59 | 9B | 0 | 3C | 1E | D | 14A | 43 | 3D |
| Octal | 336 | 131 | 233 | 0 | 74 | 36 | 15 | 512 | 103 | 75 |
| Binary | 11011110 | 1011001 | 10011011 | 0 | 111100 | 11110 | 1101 | 101001010 | 1000011 | 111101 |
Color Harmonies of #DE599B
Complementary color
Monochromatic Colors of #DE599B
Black with #DE599B
Text Example
Text Example
White with #DE599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE599B; }
p { color: rgb(222,89,155); }
H1.HeaderClassName
{
color: #DE599B;
}
.AnyTagClassName
{
color: #DE599B;
}
</style>
background-color css
<style>
a { background-color: #DE599B; }
a { background-color: rgb(222,89,155); }
div.DivClassName
{
background-color: #DE599B;
}
.BgClassName
{
background-color: #DE599B;
}
</style>
border-color css
<style>
span { border-color: #DE599B; }
span { border-color: rgb(222,89,155); }
td.TdClassName
{
border-color: #DE599B;
}
.TagClassName
{
border-color: #DE599B;
}
</style>