Shades of Pale Violet Red #D76C93
Tints of Pale Violet Red #D76C93
RGB
CMYK
RGB Variations
Color information
#D76C93 (or 0xD76C93) is known color: Pale Violet Red. HEX triplet: D7, 6C and 93. RGB value is (215,108,147). Sum of RGB (Red+Green+Blue) = 215+108+147=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C93 is #28936C. Grayscale: #909090. Windows color (decimal): -2659181 or 9661655. OLE color: 9661655.
HSL color Cylindrical-coordinate representation of color #D76C93: hue angle of 338.13º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76C93 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 147 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.16 |
| HSL | 338.13º | 0.57% | 0.63% | - |
| HSV(B) | 338.13º | 0.5% | 0.84% | - |
| XYZ | 38.65 | 27.28 | 30.83 | - |
| YUV | 144.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 147 | 0 | 0.50 | 0.32 | 0.16 | 338.13 | 0.57 | 0.63 |
| Hex | D7 | 6C | 93 | 0 | 32 | 20 | 10 | 152 | 39 | 3F |
| Octal | 327 | 154 | 223 | 0 | 62 | 40 | 20 | 522 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10010011 | 0 | 110010 | 100000 | 10000 | 101010010 | 111001 | 111111 |
Color Harmonies of #D76C93
Complementary color
Monochromatic Colors of #D76C93
Black with #D76C93
Text Example
Text Example
White with #D76C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C93; }
p { color: rgb(215,108,147); }
H1.HeaderClassName
{
color: #D76C93;
}
.AnyTagClassName
{
color: #D76C93;
}
</style>
background-color css
<style>
a { background-color: #D76C93; }
a { background-color: rgb(215,108,147); }
div.DivClassName
{
background-color: #D76C93;
}
.BgClassName
{
background-color: #D76C93;
}
</style>
border-color css
<style>
span { border-color: #D76C93; }
span { border-color: rgb(215,108,147); }
td.TdClassName
{
border-color: #D76C93;
}
.TagClassName
{
border-color: #D76C93;
}
</style>