Shades of Pale Violet Red #DE6A8F
Tints of Pale Violet Red #DE6A8F
RGB
CMYK
RGB Variations
Color information
#DE6A8F (or 0xDE6A8F) is known color: Pale Violet Red. HEX triplet: DE, 6A and 8F. RGB value is (222,106,143). Sum of RGB (Red+Green+Blue) = 222+106+143=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A8F is #219570. Grayscale: #909090. Windows color (decimal): -2200945 or 9399006. OLE color: 9399006.
HSL color Cylindrical-coordinate representation of color #DE6A8F: hue angle of 340.86º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6A8F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 143 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.13 |
| HSL | 340.86º | 0.64% | 0.64% | - |
| HSV(B) | 340.86º | 0.52% | 0.87% | - |
| XYZ | 40.24 | 27.82 | 29.24 | - |
| YUV | 144.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 143 | 0 | 0.52 | 0.36 | 0.13 | 340.86 | 0.64 | 0.64 |
| Hex | DE | 6A | 8F | 0 | 34 | 24 | D | 155 | 40 | 40 |
| Octal | 336 | 152 | 217 | 0 | 64 | 44 | 15 | 525 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10001111 | 0 | 110100 | 100100 | 1101 | 101010101 | 1000000 | 1000000 |
Color Harmonies of #DE6A8F
Complementary color
Monochromatic Colors of #DE6A8F
Black with #DE6A8F
Text Example
Text Example
White with #DE6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A8F; }
p { color: rgb(222,106,143); }
H1.HeaderClassName
{
color: #DE6A8F;
}
.AnyTagClassName
{
color: #DE6A8F;
}
</style>
background-color css
<style>
a { background-color: #DE6A8F; }
a { background-color: rgb(222,106,143); }
div.DivClassName
{
background-color: #DE6A8F;
}
.BgClassName
{
background-color: #DE6A8F;
}
</style>
border-color css
<style>
span { border-color: #DE6A8F; }
span { border-color: rgb(222,106,143); }
td.TdClassName
{
border-color: #DE6A8F;
}
.TagClassName
{
border-color: #DE6A8F;
}
</style>