Shades of Pale Violet Red #DE679C
Tints of Pale Violet Red #DE679C
RGB
CMYK
RGB Variations
Color information
#DE679C (or 0xDE679C) is known color: Pale Violet Red. HEX triplet: DE, 67 and 9C. RGB value is (222,103,156). Sum of RGB (Red+Green+Blue) = 222+103+156=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE679C is #219863. Grayscale: #909090. Windows color (decimal): -2201700 or 10250206. OLE color: 10250206.
HSL color Cylindrical-coordinate representation of color #DE679C: hue angle of 333.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE679C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 156 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.13 |
| HSL | 333.28º | 0.64% | 0.64% | - |
| HSV(B) | 333.28º | 0.54% | 0.87% | - |
| XYZ | 40.98 | 27.63 | 34.63 | - |
| YUV | 144.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 156 | 0 | 0.54 | 0.30 | 0.13 | 333.28 | 0.64 | 0.64 |
| Hex | DE | 67 | 9C | 0 | 36 | 1E | D | 14D | 40 | 40 |
| Octal | 336 | 147 | 234 | 0 | 66 | 36 | 15 | 515 | 100 | 100 |
| Binary | 11011110 | 1100111 | 10011100 | 0 | 110110 | 11110 | 1101 | 101001101 | 1000000 | 1000000 |
Color Harmonies of #DE679C
Complementary color
Monochromatic Colors of #DE679C
Black with #DE679C
Text Example
Text Example
White with #DE679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE679C; }
p { color: rgb(222,103,156); }
H1.HeaderClassName
{
color: #DE679C;
}
.AnyTagClassName
{
color: #DE679C;
}
</style>
background-color css
<style>
a { background-color: #DE679C; }
a { background-color: rgb(222,103,156); }
div.DivClassName
{
background-color: #DE679C;
}
.BgClassName
{
background-color: #DE679C;
}
</style>
border-color css
<style>
span { border-color: #DE679C; }
span { border-color: rgb(222,103,156); }
td.TdClassName
{
border-color: #DE679C;
}
.TagClassName
{
border-color: #DE679C;
}
</style>