Shades of Pale Violet Red #D56C8C
Tints of Pale Violet Red #D56C8C
RGB
CMYK
RGB Variations
Color information
#D56C8C (or 0xD56C8C) is known color: Pale Violet Red. HEX triplet: D5, 6C and 8C. RGB value is (213,108,140). Sum of RGB (Red+Green+Blue) = 213+108+140=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C8C is #2A9373. Grayscale: #8F8F8F. Windows color (decimal): -2790260 or 9202901. OLE color: 9202901.
HSL color Cylindrical-coordinate representation of color #D56C8C: hue angle of 341.71º degrees, saturation: 0.56, 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 #D56C8C is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 140 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.16 |
| HSL | 341.71º | 0.56% | 0.63% | - |
| HSV(B) | 341.71º | 0.49% | 0.84% | - |
| XYZ | 37.54 | 26.76 | 28 | - |
| YUV | 143.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 140 | 0 | 0.49 | 0.34 | 0.16 | 341.71 | 0.56 | 0.63 |
| Hex | D5 | 6C | 8C | 0 | 31 | 22 | 10 | 156 | 38 | 3F |
| Octal | 325 | 154 | 214 | 0 | 61 | 42 | 20 | 526 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10001100 | 0 | 110001 | 100010 | 10000 | 101010110 | 111000 | 111111 |
Color Harmonies of #D56C8C
Complementary color
Monochromatic Colors of #D56C8C
Black with #D56C8C
Text Example
Text Example
White with #D56C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C8C; }
p { color: rgb(213,108,140); }
H1.HeaderClassName
{
color: #D56C8C;
}
.AnyTagClassName
{
color: #D56C8C;
}
</style>
background-color css
<style>
a { background-color: #D56C8C; }
a { background-color: rgb(213,108,140); }
div.DivClassName
{
background-color: #D56C8C;
}
.BgClassName
{
background-color: #D56C8C;
}
</style>
border-color css
<style>
span { border-color: #D56C8C; }
span { border-color: rgb(213,108,140); }
td.TdClassName
{
border-color: #D56C8C;
}
.TagClassName
{
border-color: #D56C8C;
}
</style>