Shades of Pale Violet Red #D77399
Tints of Pale Violet Red #D77399
RGB
CMYK
RGB Variations
Color information
#D77399 (or 0xD77399) is known color: Pale Violet Red. HEX triplet: D7, 73 and 99. RGB value is (215,115,153). Sum of RGB (Red+Green+Blue) = 215+115+153=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D77399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77399 is #288C66. Grayscale: #959595. Windows color (decimal): -2657383 or 10056663. OLE color: 10056663.
HSL color Cylindrical-coordinate representation of color #D77399: hue angle of 337.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77399 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 153 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.16 |
| HSL | 337.2º | 0.56% | 0.65% | - |
| HSV(B) | 337.2º | 0.47% | 0.84% | - |
| XYZ | 39.9 | 29.01 | 33.63 | - |
| YUV | 149.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 153 | 0 | 0.47 | 0.29 | 0.16 | 337.2 | 0.56 | 0.65 |
| Hex | D7 | 73 | 99 | 0 | 2F | 1D | 10 | 151 | 38 | 41 |
| Octal | 327 | 163 | 231 | 0 | 57 | 35 | 20 | 521 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10011001 | 0 | 101111 | 11101 | 10000 | 101010001 | 111000 | 1000001 |
Color Harmonies of #D77399
Complementary color
Monochromatic Colors of #D77399
Black with #D77399
Text Example
Text Example
White with #D77399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77399; }
p { color: rgb(215,115,153); }
H1.HeaderClassName
{
color: #D77399;
}
.AnyTagClassName
{
color: #D77399;
}
</style>
background-color css
<style>
a { background-color: #D77399; }
a { background-color: rgb(215,115,153); }
div.DivClassName
{
background-color: #D77399;
}
.BgClassName
{
background-color: #D77399;
}
</style>
border-color css
<style>
span { border-color: #D77399; }
span { border-color: rgb(215,115,153); }
td.TdClassName
{
border-color: #D77399;
}
.TagClassName
{
border-color: #D77399;
}
</style>