Shades of Pale Violet Red #D47696
Tints of Pale Violet Red #D47696
RGB
CMYK
RGB Variations
Color information
#D47696 (or 0xD47696) is known color: Pale Violet Red. HEX triplet: D4, 76 and 96. RGB value is (212,118,150). Sum of RGB (Red+Green+Blue) = 212+118+150=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D47696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47696 is #2B8969. Grayscale: #959595. Windows color (decimal): -2853226 or 9860820. OLE color: 9860820.
HSL color Cylindrical-coordinate representation of color #D47696: hue angle of 339.57º degrees, saturation: 0.52, 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 #D47696 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 150 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.17 |
| HSL | 339.57º | 0.52% | 0.65% | - |
| HSV(B) | 339.57º | 0.44% | 0.83% | - |
| XYZ | 39.13 | 29.16 | 32.42 | - |
| YUV | 149.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 150 | 0 | 0.44 | 0.29 | 0.17 | 339.57 | 0.52 | 0.65 |
| Hex | D4 | 76 | 96 | 0 | 2C | 1D | 11 | 154 | 34 | 41 |
| Octal | 324 | 166 | 226 | 0 | 54 | 35 | 21 | 524 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10010110 | 0 | 101100 | 11101 | 10001 | 101010100 | 110100 | 1000001 |
Color Harmonies of #D47696
Complementary color
Monochromatic Colors of #D47696
Black with #D47696
Text Example
Text Example
White with #D47696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47696; }
p { color: rgb(212,118,150); }
H1.HeaderClassName
{
color: #D47696;
}
.AnyTagClassName
{
color: #D47696;
}
</style>
background-color css
<style>
a { background-color: #D47696; }
a { background-color: rgb(212,118,150); }
div.DivClassName
{
background-color: #D47696;
}
.BgClassName
{
background-color: #D47696;
}
</style>
border-color css
<style>
span { border-color: #D47696; }
span { border-color: rgb(212,118,150); }
td.TdClassName
{
border-color: #D47696;
}
.TagClassName
{
border-color: #D47696;
}
</style>