Shades of Pale Violet Red #D37796
Tints of Pale Violet Red #D37796
RGB
CMYK
RGB Variations
Color information
#D37796 (or 0xD37796) is known color: Pale Violet Red. HEX triplet: D3, 77 and 96. RGB value is (211,119,150). Sum of RGB (Red+Green+Blue) = 211+119+150=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D37796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37796 is #2C8869. Grayscale: #969696. Windows color (decimal): -2918506 or 9861075. OLE color: 9861075.
HSL color Cylindrical-coordinate representation of color #D37796: hue angle of 339.78º 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 #D37796 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 150 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.17 |
| HSL | 339.78º | 0.51% | 0.65% | - |
| HSV(B) | 339.78º | 0.44% | 0.83% | - |
| XYZ | 38.97 | 29.24 | 32.45 | - |
| YUV | 150.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 150 | 0 | 0.44 | 0.29 | 0.17 | 339.78 | 0.51 | 0.65 |
| Hex | D3 | 77 | 96 | 0 | 2C | 1D | 11 | 154 | 33 | 41 |
| Octal | 323 | 167 | 226 | 0 | 54 | 35 | 21 | 524 | 63 | 101 |
| Binary | 11010011 | 1110111 | 10010110 | 0 | 101100 | 11101 | 10001 | 101010100 | 110011 | 1000001 |
Color Harmonies of #D37796
Complementary color
Monochromatic Colors of #D37796
Black with #D37796
Text Example
Text Example
White with #D37796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37796; }
p { color: rgb(211,119,150); }
H1.HeaderClassName
{
color: #D37796;
}
.AnyTagClassName
{
color: #D37796;
}
</style>
background-color css
<style>
a { background-color: #D37796; }
a { background-color: rgb(211,119,150); }
div.DivClassName
{
background-color: #D37796;
}
.BgClassName
{
background-color: #D37796;
}
</style>
border-color css
<style>
span { border-color: #D37796; }
span { border-color: rgb(211,119,150); }
td.TdClassName
{
border-color: #D37796;
}
.TagClassName
{
border-color: #D37796;
}
</style>