Shades of Pale Violet Red #DE68AC
Tints of Pale Violet Red #DE68AC
RGB
CMYK
RGB Variations
Color information
#DE68AC (or 0xDE68AC) is known color: Pale Violet Red. HEX triplet: DE, 68 and AC. RGB value is (222,104,172). Sum of RGB (Red+Green+Blue) = 222+104+172=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68AC is #219753. Grayscale: #929292. Windows color (decimal): -2201428 or 11299038. OLE color: 11299038.
HSL color Cylindrical-coordinate representation of color #DE68AC: hue angle of 325.42º 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 #DE68AC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 172 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.13 |
| HSL | 325.42º | 0.64% | 0.64% | - |
| HSV(B) | 325.42º | 0.53% | 0.87% | - |
| XYZ | 42.52 | 28.41 | 42.27 | - |
| YUV | 147.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 172 | 0 | 0.53 | 0.23 | 0.13 | 325.42 | 0.64 | 0.64 |
| Hex | DE | 68 | AC | 0 | 35 | 17 | D | 145 | 40 | 40 |
| Octal | 336 | 150 | 254 | 0 | 65 | 27 | 15 | 505 | 100 | 100 |
| Binary | 11011110 | 1101000 | 10101100 | 0 | 110101 | 10111 | 1101 | 101000101 | 1000000 | 1000000 |
Color Harmonies of #DE68AC
Complementary color
Monochromatic Colors of #DE68AC
Black with #DE68AC
Text Example
Text Example
White with #DE68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE68AC; }
p { color: rgb(222,104,172); }
H1.HeaderClassName
{
color: #DE68AC;
}
.AnyTagClassName
{
color: #DE68AC;
}
</style>
background-color css
<style>
a { background-color: #DE68AC; }
a { background-color: rgb(222,104,172); }
div.DivClassName
{
background-color: #DE68AC;
}
.BgClassName
{
background-color: #DE68AC;
}
</style>
border-color css
<style>
span { border-color: #DE68AC; }
span { border-color: rgb(222,104,172); }
td.TdClassName
{
border-color: #DE68AC;
}
.TagClassName
{
border-color: #DE68AC;
}
</style>