Shades of Pale Violet Red #D77190
Tints of Pale Violet Red #D77190
RGB
CMYK
RGB Variations
Color information
#D77190 (or 0xD77190) is known color: Pale Violet Red. HEX triplet: D7, 71 and 90. RGB value is (215,113,144). Sum of RGB (Red+Green+Blue) = 215+113+144=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D77190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77190 is #288E6F. Grayscale: #939393. Windows color (decimal): -2657904 or 9466327. OLE color: 9466327.
HSL color Cylindrical-coordinate representation of color #D77190: hue angle of 341.76º 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 #D77190 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 144 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.16 |
| HSL | 341.76º | 0.56% | 0.64% | - |
| HSV(B) | 341.76º | 0.47% | 0.84% | - |
| XYZ | 38.96 | 28.27 | 29.79 | - |
| YUV | 147.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 144 | 0 | 0.47 | 0.33 | 0.16 | 341.76 | 0.56 | 0.64 |
| Hex | D7 | 71 | 90 | 0 | 2F | 21 | 10 | 156 | 38 | 40 |
| Octal | 327 | 161 | 220 | 0 | 57 | 41 | 20 | 526 | 70 | 100 |
| Binary | 11010111 | 1110001 | 10010000 | 0 | 101111 | 100001 | 10000 | 101010110 | 111000 | 1000000 |
Color Harmonies of #D77190
Complementary color
Monochromatic Colors of #D77190
Black with #D77190
Text Example
Text Example
White with #D77190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77190; }
p { color: rgb(215,113,144); }
H1.HeaderClassName
{
color: #D77190;
}
.AnyTagClassName
{
color: #D77190;
}
</style>
background-color css
<style>
a { background-color: #D77190; }
a { background-color: rgb(215,113,144); }
div.DivClassName
{
background-color: #D77190;
}
.BgClassName
{
background-color: #D77190;
}
</style>
border-color css
<style>
span { border-color: #D77190; }
span { border-color: rgb(215,113,144); }
td.TdClassName
{
border-color: #D77190;
}
.TagClassName
{
border-color: #D77190;
}
</style>