Shades of Pale Violet Red #D47293
Tints of Pale Violet Red #D47293
RGB
CMYK
RGB Variations
Color information
#D47293 (or 0xD47293) is known color: Pale Violet Red. HEX triplet: D4, 72 and 93. RGB value is (212,114,147). Sum of RGB (Red+Green+Blue) = 212+114+147=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D47293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47293 is #2B8D6C. Grayscale: #939393. Windows color (decimal): -2854253 or 9663188. OLE color: 9663188.
HSL color Cylindrical-coordinate representation of color #D47293: hue angle of 339.8º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47293 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 147 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.17 |
| HSL | 339.8º | 0.53% | 0.64% | - |
| HSV(B) | 339.8º | 0.46% | 0.83% | - |
| XYZ | 38.44 | 28.14 | 31.01 | - |
| YUV | 147.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 147 | 0 | 0.46 | 0.31 | 0.17 | 339.8 | 0.53 | 0.64 |
| Hex | D4 | 72 | 93 | 0 | 2E | 1F | 11 | 154 | 35 | 40 |
| Octal | 324 | 162 | 223 | 0 | 56 | 37 | 21 | 524 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10010011 | 0 | 101110 | 11111 | 10001 | 101010100 | 110101 | 1000000 |
Color Harmonies of #D47293
Complementary color
Monochromatic Colors of #D47293
Black with #D47293
Text Example
Text Example
White with #D47293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47293; }
p { color: rgb(212,114,147); }
H1.HeaderClassName
{
color: #D47293;
}
.AnyTagClassName
{
color: #D47293;
}
</style>
background-color css
<style>
a { background-color: #D47293; }
a { background-color: rgb(212,114,147); }
div.DivClassName
{
background-color: #D47293;
}
.BgClassName
{
background-color: #D47293;
}
</style>
border-color css
<style>
span { border-color: #D47293; }
span { border-color: rgb(212,114,147); }
td.TdClassName
{
border-color: #D47293;
}
.TagClassName
{
border-color: #D47293;
}
</style>