Shades of Pale Violet Red #D56A8C
Tints of Pale Violet Red #D56A8C
RGB
CMYK
RGB Variations
Color information
#D56A8C (or 0xD56A8C) is known color: Pale Violet Red. HEX triplet: D5, 6A and 8C. RGB value is (213,106,140). Sum of RGB (Red+Green+Blue) = 213+106+140=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A8C is #2A9573. Grayscale: #8D8D8D. Windows color (decimal): -2790772 or 9202389. OLE color: 9202389.
HSL color Cylindrical-coordinate representation of color #D56A8C: hue angle of 340.93º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A8C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 140 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.16 |
| HSL | 340.93º | 0.56% | 0.63% | - |
| HSV(B) | 340.93º | 0.5% | 0.84% | - |
| XYZ | 37.33 | 26.35 | 27.93 | - |
| YUV | 141.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 140 | 0 | 0.50 | 0.34 | 0.16 | 340.93 | 0.56 | 0.63 |
| Hex | D5 | 6A | 8C | 0 | 32 | 22 | 10 | 155 | 38 | 3F |
| Octal | 325 | 152 | 214 | 0 | 62 | 42 | 20 | 525 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10001100 | 0 | 110010 | 100010 | 10000 | 101010101 | 111000 | 111111 |
Color Harmonies of #D56A8C
Complementary color
Monochromatic Colors of #D56A8C
Black with #D56A8C
Text Example
Text Example
White with #D56A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56A8C; }
p { color: rgb(213,106,140); }
H1.HeaderClassName
{
color: #D56A8C;
}
.AnyTagClassName
{
color: #D56A8C;
}
</style>
background-color css
<style>
a { background-color: #D56A8C; }
a { background-color: rgb(213,106,140); }
div.DivClassName
{
background-color: #D56A8C;
}
.BgClassName
{
background-color: #D56A8C;
}
</style>
border-color css
<style>
span { border-color: #D56A8C; }
span { border-color: rgb(213,106,140); }
td.TdClassName
{
border-color: #D56A8C;
}
.TagClassName
{
border-color: #D56A8C;
}
</style>