Shades of Pale Violet Red #D46B8C
Tints of Pale Violet Red #D46B8C
RGB
CMYK
RGB Variations
Color information
#D46B8C (or 0xD46B8C) is known color: Pale Violet Red. HEX triplet: D4, 6B and 8C. RGB value is (212,107,140). Sum of RGB (Red+Green+Blue) = 212+107+140=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B8C is #2B9473. Grayscale: #8E8E8E. Windows color (decimal): -2856052 or 9202644. OLE color: 9202644.
HSL color Cylindrical-coordinate representation of color #D46B8C: hue angle of 341.14º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B8C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 140 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.17 |
| HSL | 341.14º | 0.55% | 0.63% | - |
| HSV(B) | 341.14º | 0.5% | 0.83% | - |
| XYZ | 37.14 | 26.41 | 27.95 | - |
| YUV | 142.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 140 | 0 | 0.50 | 0.34 | 0.17 | 341.14 | 0.55 | 0.63 |
| Hex | D4 | 6B | 8C | 0 | 32 | 22 | 11 | 155 | 37 | 3F |
| Octal | 324 | 153 | 214 | 0 | 62 | 42 | 21 | 525 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10001100 | 0 | 110010 | 100010 | 10001 | 101010101 | 110111 | 111111 |
Color Harmonies of #D46B8C
Complementary color
Monochromatic Colors of #D46B8C
Black with #D46B8C
Text Example
Text Example
White with #D46B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B8C; }
p { color: rgb(212,107,140); }
H1.HeaderClassName
{
color: #D46B8C;
}
.AnyTagClassName
{
color: #D46B8C;
}
</style>
background-color css
<style>
a { background-color: #D46B8C; }
a { background-color: rgb(212,107,140); }
div.DivClassName
{
background-color: #D46B8C;
}
.BgClassName
{
background-color: #D46B8C;
}
</style>
border-color css
<style>
span { border-color: #D46B8C; }
span { border-color: rgb(212,107,140); }
td.TdClassName
{
border-color: #D46B8C;
}
.TagClassName
{
border-color: #D46B8C;
}
</style>