Shades of Pale Violet Red #D76F92
Tints of Pale Violet Red #D76F92
RGB
CMYK
RGB Variations
Color information
#D76F92 (or 0xD76F92) is known color: Pale Violet Red. HEX triplet: D7, 6F and 92. RGB value is (215,111,146). Sum of RGB (Red+Green+Blue) = 215+111+146=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76F92 is #28906D. Grayscale: #929292. Windows color (decimal): -2658414 or 9596887. OLE color: 9596887.
HSL color Cylindrical-coordinate representation of color #D76F92: hue angle of 339.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76F92 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 146 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.16 |
| HSL | 339.81º | 0.57% | 0.64% | - |
| HSV(B) | 339.81º | 0.48% | 0.84% | - |
| XYZ | 38.9 | 27.89 | 30.53 | - |
| YUV | 146.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 146 | 0 | 0.48 | 0.32 | 0.16 | 339.81 | 0.57 | 0.64 |
| Hex | D7 | 6F | 92 | 0 | 30 | 20 | 10 | 154 | 39 | 40 |
| Octal | 327 | 157 | 222 | 0 | 60 | 40 | 20 | 524 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10010010 | 0 | 110000 | 100000 | 10000 | 101010100 | 111001 | 1000000 |
Color Harmonies of #D76F92
Complementary color
Monochromatic Colors of #D76F92
Black with #D76F92
Text Example
Text Example
White with #D76F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F92; }
p { color: rgb(215,111,146); }
H1.HeaderClassName
{
color: #D76F92;
}
.AnyTagClassName
{
color: #D76F92;
}
</style>
background-color css
<style>
a { background-color: #D76F92; }
a { background-color: rgb(215,111,146); }
div.DivClassName
{
background-color: #D76F92;
}
.BgClassName
{
background-color: #D76F92;
}
</style>
border-color css
<style>
span { border-color: #D76F92; }
span { border-color: rgb(215,111,146); }
td.TdClassName
{
border-color: #D76F92;
}
.TagClassName
{
border-color: #D76F92;
}
</style>