Shades of Pale Violet Red #D46A8D
Tints of Pale Violet Red #D46A8D
RGB
CMYK
RGB Variations
Color information
#D46A8D (or 0xD46A8D) is known color: Pale Violet Red. HEX triplet: D4, 6A and 8D. RGB value is (212,106,141). Sum of RGB (Red+Green+Blue) = 212+106+141=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A8D is #2B9572. Grayscale: #8D8D8D. Windows color (decimal): -2856307 or 9267924. OLE color: 9267924.
HSL color Cylindrical-coordinate representation of color #D46A8D: hue angle of 340.19º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A8D is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 106 | 141 | - |
CMYK | 0 | 0.5 | 0.33 | 0.17 |
HSL | 340.19º | 0.55% | 0.62% | - |
HSV(B) | 340.19º | 0.5% | 0.83% | - |
XYZ | 37.11 | 26.23 | 28.31 | - |
YUV | 141.68 | 127.62 | 178.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 106 | 141 | 0 | 0.5 | 0.33 | 0.17 | 340.19 | 0.55 | 0.62 |
Hex | D4 | 6A | 8D | 0 | 32 | 21 | 11 | 154 | 37 | 3E |
Octal | 324 | 152 | 215 | 0 | 62 | 41 | 21 | 524 | 67 | 76 |
Binary | 11010100 | 1101010 | 10001101 | 0 | 110010 | 100001 | 10001 | 101010100 | 110111 | 111110 |
Color Harmonies of #D46A8D
Complementary color
Monochromatic Colors of #D46A8D
Black with #D46A8D
Text Example
Text Example
White with #D46A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A8D; }
p { color: rgb(212,106,141); }
H1.HeaderClassName
{
color: #D46A8D;
}
.AnyTagClassName
{
color: #D46A8D;
}
</style>
background-color css
<style>
a { background-color: #D46A8D; }
a { background-color: rgb(212,106,141); }
div.DivClassName
{
background-color: #D46A8D;
}
.BgClassName
{
background-color: #D46A8D;
}
</style>
border-color css
<style>
span { border-color: #D46A8D; }
span { border-color: rgb(212,106,141); }
td.TdClassName
{
border-color: #D46A8D;
}
.TagClassName
{
border-color: #D46A8D;
}
</style>