Shades of Pale Violet Red #DE689F
Tints of Pale Violet Red #DE689F
RGB
CMYK
RGB Variations
Color information
#DE689F (or 0xDE689F) is known color: Pale Violet Red. HEX triplet: DE, 68 and 9F. RGB value is (222,104,159). Sum of RGB (Red+Green+Blue) = 222+104+159=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE689F is #219760. Grayscale: #919191. Windows color (decimal): -2201441 or 10447070. OLE color: 10447070.
HSL color Cylindrical-coordinate representation of color #DE689F: hue angle of 332.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE689F is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 159 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.13 |
| HSL | 332.03º | 0.64% | 0.64% | - |
| HSV(B) | 332.03º | 0.53% | 0.87% | - |
| XYZ | 41.33 | 27.93 | 36.01 | - |
| YUV | 145.55 | 135.59 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 159 | 0 | 0.53 | 0.28 | 0.13 | 332.03 | 0.64 | 0.64 |
| Hex | DE | 68 | 9F | 0 | 35 | 1C | D | 14C | 40 | 40 |
| Octal | 336 | 150 | 237 | 0 | 65 | 34 | 15 | 514 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10011111 | 0 | 110101 | 11100 | 1101 | 101001100 | 1000000 | 1000000 |
Color Harmonies of #DE689F
Complementary color
Monochromatic Colors of #DE689F
Black with #DE689F
Text Example
Text Example
White with #DE689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE689F; }
p { color: rgb(222,104,159); }
H1.HeaderClassName
{
color: #DE689F;
}
.AnyTagClassName
{
color: #DE689F;
}
</style>
background-color css
<style>
a { background-color: #DE689F; }
a { background-color: rgb(222,104,159); }
div.DivClassName
{
background-color: #DE689F;
}
.BgClassName
{
background-color: #DE689F;
}
</style>
border-color css
<style>
span { border-color: #DE689F; }
span { border-color: rgb(222,104,159); }
td.TdClassName
{
border-color: #DE689F;
}
.TagClassName
{
border-color: #DE689F;
}
</style>