Shades of Pale Violet Red #D76E93
Tints of Pale Violet Red #D76E93
RGB
CMYK
RGB Variations
Color information
#D76E93 (or 0xD76E93) is known color: Pale Violet Red. HEX triplet: D7, 6E and 93. RGB value is (215,110,147). Sum of RGB (Red+Green+Blue) = 215+110+147=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76E93 is #28916C. Grayscale: #919191. Windows color (decimal): -2658669 or 9662167. OLE color: 9662167.
HSL color Cylindrical-coordinate representation of color #D76E93: hue angle of 338.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76E93 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 147 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.16 |
| HSL | 338.86º | 0.57% | 0.64% | - |
| HSV(B) | 338.86º | 0.49% | 0.84% | - |
| XYZ | 38.87 | 27.71 | 30.9 | - |
| YUV | 145.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 147 | 0 | 0.49 | 0.32 | 0.16 | 338.86 | 0.57 | 0.64 |
| Hex | D7 | 6E | 93 | 0 | 31 | 20 | 10 | 153 | 39 | 40 |
| Octal | 327 | 156 | 223 | 0 | 61 | 40 | 20 | 523 | 71 | 100 |
| Binary | 11010111 | 1101110 | 10010011 | 0 | 110001 | 100000 | 10000 | 101010011 | 111001 | 1000000 |
Color Harmonies of #D76E93
Complementary color
Monochromatic Colors of #D76E93
Black with #D76E93
Text Example
Text Example
White with #D76E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E93; }
p { color: rgb(215,110,147); }
H1.HeaderClassName
{
color: #D76E93;
}
.AnyTagClassName
{
color: #D76E93;
}
</style>
background-color css
<style>
a { background-color: #D76E93; }
a { background-color: rgb(215,110,147); }
div.DivClassName
{
background-color: #D76E93;
}
.BgClassName
{
background-color: #D76E93;
}
</style>
border-color css
<style>
span { border-color: #D76E93; }
span { border-color: rgb(215,110,147); }
td.TdClassName
{
border-color: #D76E93;
}
.TagClassName
{
border-color: #D76E93;
}
</style>