Shades of Pale Violet Red #D47495
Tints of Pale Violet Red #D47495
RGB
CMYK
RGB Variations
Color information
#D47495 (or 0xD47495) is known color: Pale Violet Red. HEX triplet: D4, 74 and 95. RGB value is (212,116,149). Sum of RGB (Red+Green+Blue) = 212+116+149=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D47495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47495 is #2B8B6A. Grayscale: #949494. Windows color (decimal): -2853739 or 9794772. OLE color: 9794772.
HSL color Cylindrical-coordinate representation of color #D47495: hue angle of 339.38º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47495 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 149 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.17 |
| HSL | 339.38º | 0.53% | 0.64% | - |
| HSV(B) | 339.38º | 0.45% | 0.83% | - |
| XYZ | 38.82 | 28.66 | 31.92 | - |
| YUV | 148.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 149 | 0 | 0.45 | 0.30 | 0.17 | 339.38 | 0.53 | 0.64 |
| Hex | D4 | 74 | 95 | 0 | 2D | 1E | 11 | 153 | 35 | 40 |
| Octal | 324 | 164 | 225 | 0 | 55 | 36 | 21 | 523 | 65 | 100 |
| Binary | 11010100 | 1110100 | 10010101 | 0 | 101101 | 11110 | 10001 | 101010011 | 110101 | 1000000 |
Color Harmonies of #D47495
Complementary color
Monochromatic Colors of #D47495
Black with #D47495
Text Example
Text Example
White with #D47495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47495; }
p { color: rgb(212,116,149); }
H1.HeaderClassName
{
color: #D47495;
}
.AnyTagClassName
{
color: #D47495;
}
</style>
background-color css
<style>
a { background-color: #D47495; }
a { background-color: rgb(212,116,149); }
div.DivClassName
{
background-color: #D47495;
}
.BgClassName
{
background-color: #D47495;
}
</style>
border-color css
<style>
span { border-color: #D47495; }
span { border-color: rgb(212,116,149); }
td.TdClassName
{
border-color: #D47495;
}
.TagClassName
{
border-color: #D47495;
}
</style>