Shades of Pale Violet Red #D37797
Tints of Pale Violet Red #D37797
RGB
CMYK
RGB Variations
Color information
#D37797 (or 0xD37797) is known color: Pale Violet Red. HEX triplet: D3, 77 and 97. RGB value is (211,119,151). Sum of RGB (Red+Green+Blue) = 211+119+151=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D37797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37797 is #2C8868. Grayscale: #969696. Windows color (decimal): -2918505 or 9926611. OLE color: 9926611.
HSL color Cylindrical-coordinate representation of color #D37797: hue angle of 339.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37797 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 151 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.17 |
| HSL | 339.13º | 0.51% | 0.65% | - |
| HSV(B) | 339.13º | 0.44% | 0.83% | - |
| XYZ | 39.05 | 29.28 | 32.87 | - |
| YUV | 150.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 151 | 0 | 0.44 | 0.28 | 0.17 | 339.13 | 0.51 | 0.65 |
| Hex | D3 | 77 | 97 | 0 | 2C | 1C | 11 | 153 | 33 | 41 |
| Octal | 323 | 167 | 227 | 0 | 54 | 34 | 21 | 523 | 63 | 101 |
| Binary | 11010011 | 1110111 | 10010111 | 0 | 101100 | 11100 | 10001 | 101010011 | 110011 | 1000001 |
Color Harmonies of #D37797
Complementary color
Monochromatic Colors of #D37797
Black with #D37797
Text Example
Text Example
White with #D37797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37797; }
p { color: rgb(211,119,151); }
H1.HeaderClassName
{
color: #D37797;
}
.AnyTagClassName
{
color: #D37797;
}
</style>
background-color css
<style>
a { background-color: #D37797; }
a { background-color: rgb(211,119,151); }
div.DivClassName
{
background-color: #D37797;
}
.BgClassName
{
background-color: #D37797;
}
</style>
border-color css
<style>
span { border-color: #D37797; }
span { border-color: rgb(211,119,151); }
td.TdClassName
{
border-color: #D37797;
}
.TagClassName
{
border-color: #D37797;
}
</style>