Shades of Pale Violet Red #D77192
Tints of Pale Violet Red #D77192
RGB
CMYK
RGB Variations
Color information
#D77192 (or 0xD77192) is known color: Pale Violet Red. HEX triplet: D7, 71 and 92. RGB value is (215,113,146). Sum of RGB (Red+Green+Blue) = 215+113+146=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D77192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77192 is #288E6D. Grayscale: #939393. Windows color (decimal): -2657902 or 9597399. OLE color: 9597399.
HSL color Cylindrical-coordinate representation of color #D77192: hue angle of 340.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77192 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 146 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.16 |
| HSL | 340.59º | 0.56% | 0.64% | - |
| HSV(B) | 340.59º | 0.47% | 0.84% | - |
| XYZ | 39.12 | 28.33 | 30.6 | - |
| YUV | 147.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 146 | 0 | 0.47 | 0.32 | 0.16 | 340.59 | 0.56 | 0.64 |
| Hex | D7 | 71 | 92 | 0 | 2F | 20 | 10 | 155 | 38 | 40 |
| Octal | 327 | 161 | 222 | 0 | 57 | 40 | 20 | 525 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10010010 | 0 | 101111 | 100000 | 10000 | 101010101 | 111000 | 1000000 |
Color Harmonies of #D77192
Complementary color
Monochromatic Colors of #D77192
Black with #D77192
Text Example
Text Example
White with #D77192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77192; }
p { color: rgb(215,113,146); }
H1.HeaderClassName
{
color: #D77192;
}
.AnyTagClassName
{
color: #D77192;
}
</style>
background-color css
<style>
a { background-color: #D77192; }
a { background-color: rgb(215,113,146); }
div.DivClassName
{
background-color: #D77192;
}
.BgClassName
{
background-color: #D77192;
}
</style>
border-color css
<style>
span { border-color: #D77192; }
span { border-color: rgb(215,113,146); }
td.TdClassName
{
border-color: #D77192;
}
.TagClassName
{
border-color: #D77192;
}
</style>