Shades of Pale Violet Red #D56E8F
Tints of Pale Violet Red #D56E8F
RGB
CMYK
RGB Variations
Color information
#D56E8F (or 0xD56E8F) is known color: Pale Violet Red. HEX triplet: D5, 6E and 8F. RGB value is (213,110,143). Sum of RGB (Red+Green+Blue) = 213+110+143=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8F is #2A9170. Grayscale: #909090. Windows color (decimal): -2789745 or 9400021. OLE color: 9400021.
HSL color Cylindrical-coordinate representation of color #D56E8F: hue angle of 340.78º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E8F is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 143 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.16 |
| HSL | 340.78º | 0.55% | 0.63% | - |
| HSV(B) | 340.78º | 0.48% | 0.84% | - |
| XYZ | 37.97 | 27.28 | 29.25 | - |
| YUV | 144.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 143 | 0 | 0.48 | 0.33 | 0.16 | 340.78 | 0.55 | 0.63 |
| Hex | D5 | 6E | 8F | 0 | 30 | 21 | 10 | 155 | 37 | 3F |
| Octal | 325 | 156 | 217 | 0 | 60 | 41 | 20 | 525 | 67 | 77 |
| Binary | 11010101 | 1101110 | 10001111 | 0 | 110000 | 100001 | 10000 | 101010101 | 110111 | 111111 |
Color Harmonies of #D56E8F
Complementary color
Monochromatic Colors of #D56E8F
Black with #D56E8F
Text Example
Text Example
White with #D56E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56E8F; }
p { color: rgb(213,110,143); }
H1.HeaderClassName
{
color: #D56E8F;
}
.AnyTagClassName
{
color: #D56E8F;
}
</style>
background-color css
<style>
a { background-color: #D56E8F; }
a { background-color: rgb(213,110,143); }
div.DivClassName
{
background-color: #D56E8F;
}
.BgClassName
{
background-color: #D56E8F;
}
</style>
border-color css
<style>
span { border-color: #D56E8F; }
span { border-color: rgb(213,110,143); }
td.TdClassName
{
border-color: #D56E8F;
}
.TagClassName
{
border-color: #D56E8F;
}
</style>