Shades of Pale Violet Red #D76C98
Tints of Pale Violet Red #D76C98
RGB
CMYK
RGB Variations
Color information
#D76C98 (or 0xD76C98) is known color: Pale Violet Red. HEX triplet: D7, 6C and 98. RGB value is (215,108,152). Sum of RGB (Red+Green+Blue) = 215+108+152=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76C98 is #289367. Grayscale: #909090. Windows color (decimal): -2659176 or 9989335. OLE color: 9989335.
HSL color Cylindrical-coordinate representation of color #D76C98: hue angle of 335.33º 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 #D76C98 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 152 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.16 |
| HSL | 335.33º | 0.57% | 0.63% | - |
| HSV(B) | 335.33º | 0.5% | 0.84% | - |
| XYZ | 39.05 | 27.44 | 32.94 | - |
| YUV | 145.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 152 | 0 | 0.50 | 0.29 | 0.16 | 335.33 | 0.57 | 0.63 |
| Hex | D7 | 6C | 98 | 0 | 32 | 1D | 10 | 14F | 39 | 3F |
| Octal | 327 | 154 | 230 | 0 | 62 | 35 | 20 | 517 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10011000 | 0 | 110010 | 11101 | 10000 | 101001111 | 111001 | 111111 |
Color Harmonies of #D76C98
Complementary color
Monochromatic Colors of #D76C98
Black with #D76C98
Text Example
Text Example
White with #D76C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C98; }
p { color: rgb(215,108,152); }
H1.HeaderClassName
{
color: #D76C98;
}
.AnyTagClassName
{
color: #D76C98;
}
</style>
background-color css
<style>
a { background-color: #D76C98; }
a { background-color: rgb(215,108,152); }
div.DivClassName
{
background-color: #D76C98;
}
.BgClassName
{
background-color: #D76C98;
}
</style>
border-color css
<style>
span { border-color: #D76C98; }
span { border-color: rgb(215,108,152); }
td.TdClassName
{
border-color: #D76C98;
}
.TagClassName
{
border-color: #D76C98;
}
</style>