Shades of Pale Violet Red #DE688F
Tints of Pale Violet Red #DE688F
RGB
CMYK
RGB Variations
Color information
#DE688F (or 0xDE688F) is known color: Pale Violet Red. HEX triplet: DE, 68 and 8F. RGB value is (222,104,143). Sum of RGB (Red+Green+Blue) = 222+104+143=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE688F is #219770. Grayscale: #8F8F8F. Windows color (decimal): -2201457 or 9398494. OLE color: 9398494.
HSL color Cylindrical-coordinate representation of color #DE688F: hue angle of 340.17º 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 #DE688F is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 143 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.13 |
| HSL | 340.17º | 0.64% | 0.64% | - |
| HSV(B) | 340.17º | 0.53% | 0.87% | - |
| XYZ | 40.03 | 27.41 | 29.17 | - |
| YUV | 143.73 | 127.59 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 143 | 0 | 0.53 | 0.36 | 0.13 | 340.17 | 0.64 | 0.64 |
| Hex | DE | 68 | 8F | 0 | 35 | 24 | D | 154 | 40 | 40 |
| Octal | 336 | 150 | 217 | 0 | 65 | 44 | 15 | 524 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10001111 | 0 | 110101 | 100100 | 1101 | 101010100 | 1000000 | 1000000 |
Color Harmonies of #DE688F
Complementary color
Monochromatic Colors of #DE688F
Black with #DE688F
Text Example
Text Example
White with #DE688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE688F; }
p { color: rgb(222,104,143); }
H1.HeaderClassName
{
color: #DE688F;
}
.AnyTagClassName
{
color: #DE688F;
}
</style>
background-color css
<style>
a { background-color: #DE688F; }
a { background-color: rgb(222,104,143); }
div.DivClassName
{
background-color: #DE688F;
}
.BgClassName
{
background-color: #DE688F;
}
</style>
border-color css
<style>
span { border-color: #DE688F; }
span { border-color: rgb(222,104,143); }
td.TdClassName
{
border-color: #DE688F;
}
.TagClassName
{
border-color: #DE688F;
}
</style>