Shades of Pale Violet Red #D77498
Tints of Pale Violet Red #D77498
RGB
CMYK
RGB Variations
Color information
#D77498 (or 0xD77498) is known color: Pale Violet Red. HEX triplet: D7, 74 and 98. RGB value is (215,116,152). Sum of RGB (Red+Green+Blue) = 215+116+152=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D77498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77498 is #288B67. Grayscale: #959595. Windows color (decimal): -2657128 or 9991383. OLE color: 9991383.
HSL color Cylindrical-coordinate representation of color #D77498: hue angle of 338.18º 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 #D77498 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 152 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.16 |
| HSL | 338.18º | 0.55% | 0.65% | - |
| HSV(B) | 338.18º | 0.46% | 0.84% | - |
| XYZ | 39.94 | 29.2 | 33.24 | - |
| YUV | 149.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 152 | 0 | 0.46 | 0.29 | 0.16 | 338.18 | 0.55 | 0.65 |
| Hex | D7 | 74 | 98 | 0 | 2E | 1D | 10 | 152 | 37 | 41 |
| Octal | 327 | 164 | 230 | 0 | 56 | 35 | 20 | 522 | 67 | 101 |
| Binary | 11010111 | 1110100 | 10011000 | 0 | 101110 | 11101 | 10000 | 101010010 | 110111 | 1000001 |
Color Harmonies of #D77498
Complementary color
Monochromatic Colors of #D77498
Black with #D77498
Text Example
Text Example
White with #D77498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77498; }
p { color: rgb(215,116,152); }
H1.HeaderClassName
{
color: #D77498;
}
.AnyTagClassName
{
color: #D77498;
}
</style>
background-color css
<style>
a { background-color: #D77498; }
a { background-color: rgb(215,116,152); }
div.DivClassName
{
background-color: #D77498;
}
.BgClassName
{
background-color: #D77498;
}
</style>
border-color css
<style>
span { border-color: #D77498; }
span { border-color: rgb(215,116,152); }
td.TdClassName
{
border-color: #D77498;
}
.TagClassName
{
border-color: #D77498;
}
</style>