Shades of Pale Violet Red #D56C90
Tints of Pale Violet Red #D56C90
RGB
CMYK
RGB Variations
Color information
#D56C90 (or 0xD56C90) is known color: Pale Violet Red. HEX triplet: D5, 6C and 90. RGB value is (213,108,144). Sum of RGB (Red+Green+Blue) = 213+108+144=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C90 is #2A936F. Grayscale: #8F8F8F. Windows color (decimal): -2790256 or 9465045. OLE color: 9465045.
HSL color Cylindrical-coordinate representation of color #D56C90: hue angle of 339.43º 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 #D56C90 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 144 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.16 |
| HSL | 339.43º | 0.56% | 0.63% | - |
| HSV(B) | 339.43º | 0.49% | 0.84% | - |
| XYZ | 37.84 | 26.88 | 29.58 | - |
| YUV | 143.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 144 | 0 | 0.49 | 0.32 | 0.16 | 339.43 | 0.56 | 0.63 |
| Hex | D5 | 6C | 90 | 0 | 31 | 20 | 10 | 153 | 38 | 3F |
| Octal | 325 | 154 | 220 | 0 | 61 | 40 | 20 | 523 | 70 | 77 |
| Binary | 11010101 | 1101100 | 10010000 | 0 | 110001 | 100000 | 10000 | 101010011 | 111000 | 111111 |
Color Harmonies of #D56C90
Complementary color
Monochromatic Colors of #D56C90
Black with #D56C90
Text Example
Text Example
White with #D56C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C90; }
p { color: rgb(213,108,144); }
H1.HeaderClassName
{
color: #D56C90;
}
.AnyTagClassName
{
color: #D56C90;
}
</style>
background-color css
<style>
a { background-color: #D56C90; }
a { background-color: rgb(213,108,144); }
div.DivClassName
{
background-color: #D56C90;
}
.BgClassName
{
background-color: #D56C90;
}
</style>
border-color css
<style>
span { border-color: #D56C90; }
span { border-color: rgb(213,108,144); }
td.TdClassName
{
border-color: #D56C90;
}
.TagClassName
{
border-color: #D56C90;
}
</style>