Shades of Pale Violet Red #DE77A7
Tints of Pale Violet Red #DE77A7
RGB
CMYK
RGB Variations
Color information
#DE77A7 (or 0xDE77A7) is known color: Pale Violet Red. HEX triplet: DE, 77 and A7. RGB value is (222,119,167). Sum of RGB (Red+Green+Blue) = 222+119+167=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A7 is #218858. Grayscale: #9B9B9B. Windows color (decimal): -2197593 or 10975198. OLE color: 10975198.
HSL color Cylindrical-coordinate representation of color #DE77A7: hue angle of 332.04º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77A7 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 167 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.13 |
| HSL | 332.04º | 0.61% | 0.67% | - |
| HSV(B) | 332.04º | 0.46% | 0.87% | - |
| XYZ | 43.7 | 31.51 | 40.34 | - |
| YUV | 155.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 167 | 0 | 0.46 | 0.25 | 0.13 | 332.04 | 0.61 | 0.67 |
| Hex | DE | 77 | A7 | 0 | 2E | 19 | D | 14C | 3D | 43 |
| Octal | 336 | 167 | 247 | 0 | 56 | 31 | 15 | 514 | 75 | 103 |
| Binary | 11011110 | 1110111 | 10100111 | 0 | 101110 | 11001 | 1101 | 101001100 | 111101 | 1000011 |
Color Harmonies of #DE77A7
Complementary color
Monochromatic Colors of #DE77A7
Black with #DE77A7
Text Example
Text Example
White with #DE77A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77A7; }
p { color: rgb(222,119,167); }
H1.HeaderClassName
{
color: #DE77A7;
}
.AnyTagClassName
{
color: #DE77A7;
}
</style>
background-color css
<style>
a { background-color: #DE77A7; }
a { background-color: rgb(222,119,167); }
div.DivClassName
{
background-color: #DE77A7;
}
.BgClassName
{
background-color: #DE77A7;
}
</style>
border-color css
<style>
span { border-color: #DE77A7; }
span { border-color: rgb(222,119,167); }
td.TdClassName
{
border-color: #DE77A7;
}
.TagClassName
{
border-color: #DE77A7;
}
</style>