Shades of Pale Violet Red #D86590
Tints of Pale Violet Red #D86590
RGB
CMYK
RGB Variations
Color information
#D86590 (or 0xD86590) is known color: Pale Violet Red. HEX triplet: D8, 65 and 90. RGB value is (216,101,144). Sum of RGB (Red+Green+Blue) = 216+101+144=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86590 is #279A6F. Grayscale: #8C8C8C. Windows color (decimal): -2595440 or 9463256. OLE color: 9463256.
HSL color Cylindrical-coordinate representation of color #D86590: hue angle of 337.57º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D86590 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 144 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.15 |
| HSL | 337.57º | 0.6% | 0.62% | - |
| HSV(B) | 337.57º | 0.53% | 0.85% | - |
| XYZ | 38.01 | 25.92 | 29.39 | - |
| YUV | 140.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 144 | 0 | 0.53 | 0.33 | 0.15 | 337.57 | 0.6 | 0.62 |
| Hex | D8 | 65 | 90 | 0 | 35 | 21 | F | 152 | 3C | 3E |
| Octal | 330 | 145 | 220 | 0 | 65 | 41 | 17 | 522 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10010000 | 0 | 110101 | 100001 | 1111 | 101010010 | 111100 | 111110 |
Color Harmonies of #D86590
Complementary color
Monochromatic Colors of #D86590
Black with #D86590
Text Example
Text Example
White with #D86590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86590; }
p { color: rgb(216,101,144); }
H1.HeaderClassName
{
color: #D86590;
}
.AnyTagClassName
{
color: #D86590;
}
</style>
background-color css
<style>
a { background-color: #D86590; }
a { background-color: rgb(216,101,144); }
div.DivClassName
{
background-color: #D86590;
}
.BgClassName
{
background-color: #D86590;
}
</style>
border-color css
<style>
span { border-color: #D86590; }
span { border-color: rgb(216,101,144); }
td.TdClassName
{
border-color: #D86590;
}
.TagClassName
{
border-color: #D86590;
}
</style>