Shades of Pale Violet Red #D77590
Tints of Pale Violet Red #D77590
RGB
CMYK
RGB Variations
Color information
#D77590 (or 0xD77590) is known color: Pale Violet Red. HEX triplet: D7, 75 and 90. RGB value is (215,117,144). Sum of RGB (Red+Green+Blue) = 215+117+144=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D77590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77590 is #288A6F. Grayscale: #959595. Windows color (decimal): -2656880 or 9467351. OLE color: 9467351.
HSL color Cylindrical-coordinate representation of color #D77590: hue angle of 343.47º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D77590 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 144 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.16 |
| HSL | 343.47º | 0.55% | 0.65% | - |
| HSV(B) | 343.47º | 0.46% | 0.84% | - |
| XYZ | 39.42 | 29.18 | 29.94 | - |
| YUV | 149.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 144 | 0 | 0.46 | 0.33 | 0.16 | 343.47 | 0.55 | 0.65 |
| Hex | D7 | 75 | 90 | 0 | 2E | 21 | 10 | 157 | 37 | 41 |
| Octal | 327 | 165 | 220 | 0 | 56 | 41 | 20 | 527 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10010000 | 0 | 101110 | 100001 | 10000 | 101010111 | 110111 | 1000001 |
Color Harmonies of #D77590
Complementary color
Monochromatic Colors of #D77590
Black with #D77590
Text Example
Text Example
White with #D77590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77590; }
p { color: rgb(215,117,144); }
H1.HeaderClassName
{
color: #D77590;
}
.AnyTagClassName
{
color: #D77590;
}
</style>
background-color css
<style>
a { background-color: #D77590; }
a { background-color: rgb(215,117,144); }
div.DivClassName
{
background-color: #D77590;
}
.BgClassName
{
background-color: #D77590;
}
</style>
border-color css
<style>
span { border-color: #D77590; }
span { border-color: rgb(215,117,144); }
td.TdClassName
{
border-color: #D77590;
}
.TagClassName
{
border-color: #D77590;
}
</style>