Shades of Pale Violet Red #D85E8B
Tints of Pale Violet Red #D85E8B
RGB
CMYK
RGB Variations
Color information
#D85E8B (or 0xD85E8B) is known color: Pale Violet Red. HEX triplet: D8, 5E and 8B. RGB value is (216,94,139). Sum of RGB (Red+Green+Blue) = 216+94+139=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85E8B is #27A174. Grayscale: #878787. Windows color (decimal): -2597237 or 9133784. OLE color: 9133784.
HSL color Cylindrical-coordinate representation of color #D85E8B: hue angle of 337.87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85E8B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 139 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.15 |
| HSL | 337.87º | 0.61% | 0.61% | - |
| HSV(B) | 337.87º | 0.56% | 0.85% | - |
| XYZ | 36.98 | 24.47 | 27.2 | - |
| YUV | 135.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 139 | 0 | 0.56 | 0.36 | 0.15 | 337.87 | 0.61 | 0.61 |
| Hex | D8 | 5E | 8B | 0 | 38 | 24 | F | 152 | 3D | 3D |
| Octal | 330 | 136 | 213 | 0 | 70 | 44 | 17 | 522 | 75 | 75 |
| Binary | 11011000 | 1011110 | 10001011 | 0 | 111000 | 100100 | 1111 | 101010010 | 111101 | 111101 |
Color Harmonies of #D85E8B
Complementary color
Monochromatic Colors of #D85E8B
Black with #D85E8B
Text Example
Text Example
White with #D85E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E8B; }
p { color: rgb(216,94,139); }
H1.HeaderClassName
{
color: #D85E8B;
}
.AnyTagClassName
{
color: #D85E8B;
}
</style>
background-color css
<style>
a { background-color: #D85E8B; }
a { background-color: rgb(216,94,139); }
div.DivClassName
{
background-color: #D85E8B;
}
.BgClassName
{
background-color: #D85E8B;
}
</style>
border-color css
<style>
span { border-color: #D85E8B; }
span { border-color: rgb(216,94,139); }
td.TdClassName
{
border-color: #D85E8B;
}
.TagClassName
{
border-color: #D85E8B;
}
</style>