Shades of Pale Violet Red #D47B9B
Tints of Pale Violet Red #D47B9B
RGB
CMYK
RGB Variations
Color information
#D47B9B (or 0xD47B9B) is known color: Pale Violet Red. HEX triplet: D4, 7B and 9B. RGB value is (212,123,155). Sum of RGB (Red+Green+Blue) = 212+123+155=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B9B is #2B8464. Grayscale: #999999. Windows color (decimal): -2851941 or 10189780. OLE color: 10189780.
HSL color Cylindrical-coordinate representation of color #D47B9B: hue angle of 338.43º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47B9B is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 155 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.17 |
| HSL | 338.43º | 0.51% | 0.66% | - |
| HSV(B) | 338.43º | 0.42% | 0.83% | - |
| XYZ | 40.15 | 30.53 | 34.79 | - |
| YUV | 153.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 155 | 0 | 0.42 | 0.27 | 0.17 | 338.43 | 0.51 | 0.66 |
| Hex | D4 | 7B | 9B | 0 | 2A | 1B | 11 | 152 | 33 | 42 |
| Octal | 324 | 173 | 233 | 0 | 52 | 33 | 21 | 522 | 63 | 102 |
| Binary | 11010100 | 1111011 | 10011011 | 0 | 101010 | 11011 | 10001 | 101010010 | 110011 | 1000010 |
Color Harmonies of #D47B9B
Complementary color
Monochromatic Colors of #D47B9B
Black with #D47B9B
Text Example
Text Example
White with #D47B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B9B; }
p { color: rgb(212,123,155); }
H1.HeaderClassName
{
color: #D47B9B;
}
.AnyTagClassName
{
color: #D47B9B;
}
</style>
background-color css
<style>
a { background-color: #D47B9B; }
a { background-color: rgb(212,123,155); }
div.DivClassName
{
background-color: #D47B9B;
}
.BgClassName
{
background-color: #D47B9B;
}
</style>
border-color css
<style>
span { border-color: #D47B9B; }
span { border-color: rgb(212,123,155); }
td.TdClassName
{
border-color: #D47B9B;
}
.TagClassName
{
border-color: #D47B9B;
}
</style>