Shades of Pale Violet Red #D56D8E
Tints of Pale Violet Red #D56D8E
RGB
CMYK
RGB Variations
Color information
#D56D8E (or 0xD56D8E) is known color: Pale Violet Red. HEX triplet: D5, 6D and 8E. RGB value is (213,109,142). Sum of RGB (Red+Green+Blue) = 213+109+142=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D8E is #2A9271. Grayscale: #8F8F8F. Windows color (decimal): -2790002 or 9334229. OLE color: 9334229.
HSL color Cylindrical-coordinate representation of color #D56D8E: hue angle of 340.96º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56D8E is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 142 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.16 |
| HSL | 340.96º | 0.55% | 0.63% | - |
| HSV(B) | 340.96º | 0.49% | 0.84% | - |
| XYZ | 37.79 | 27.04 | 28.82 | - |
| YUV | 143.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 142 | 0 | 0.49 | 0.33 | 0.16 | 340.96 | 0.55 | 0.63 |
| Hex | D5 | 6D | 8E | 0 | 31 | 21 | 10 | 155 | 37 | 3F |
| Octal | 325 | 155 | 216 | 0 | 61 | 41 | 20 | 525 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10001110 | 0 | 110001 | 100001 | 10000 | 101010101 | 110111 | 111111 |
Color Harmonies of #D56D8E
Complementary color
Monochromatic Colors of #D56D8E
Black with #D56D8E
Text Example
Text Example
White with #D56D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D8E; }
p { color: rgb(213,109,142); }
H1.HeaderClassName
{
color: #D56D8E;
}
.AnyTagClassName
{
color: #D56D8E;
}
</style>
background-color css
<style>
a { background-color: #D56D8E; }
a { background-color: rgb(213,109,142); }
div.DivClassName
{
background-color: #D56D8E;
}
.BgClassName
{
background-color: #D56D8E;
}
</style>
border-color css
<style>
span { border-color: #D56D8E; }
span { border-color: rgb(213,109,142); }
td.TdClassName
{
border-color: #D56D8E;
}
.TagClassName
{
border-color: #D56D8E;
}
</style>