Shades of Pale Violet Red #D875A0
Tints of Pale Violet Red #D875A0
RGB
CMYK
RGB Variations
Color information
#D875A0 (or 0xD875A0) is known color: Pale Violet Red. HEX triplet: D8, 75 and A0. RGB value is (216,117,160). Sum of RGB (Red+Green+Blue) = 216+117+160=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A0 is #278A5F. Grayscale: #979797. Windows color (decimal): -2591328 or 10515928. OLE color: 10515928.
HSL color Cylindrical-coordinate representation of color #D875A0: hue angle of 333.94º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875A0 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 160 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.15 |
| HSL | 333.94º | 0.56% | 0.65% | - |
| HSV(B) | 333.94º | 0.46% | 0.85% | - |
| XYZ | 41.03 | 29.86 | 36.86 | - |
| YUV | 151.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 160 | 0 | 0.46 | 0.26 | 0.15 | 333.94 | 0.56 | 0.65 |
| Hex | D8 | 75 | A0 | 0 | 2E | 1A | F | 14E | 38 | 41 |
| Octal | 330 | 165 | 240 | 0 | 56 | 32 | 17 | 516 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10100000 | 0 | 101110 | 11010 | 1111 | 101001110 | 111000 | 1000001 |
Color Harmonies of #D875A0
Complementary color
Monochromatic Colors of #D875A0
Black with #D875A0
Text Example
Text Example
White with #D875A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875A0; }
p { color: rgb(216,117,160); }
H1.HeaderClassName
{
color: #D875A0;
}
.AnyTagClassName
{
color: #D875A0;
}
</style>
background-color css
<style>
a { background-color: #D875A0; }
a { background-color: rgb(216,117,160); }
div.DivClassName
{
background-color: #D875A0;
}
.BgClassName
{
background-color: #D875A0;
}
</style>
border-color css
<style>
span { border-color: #D875A0; }
span { border-color: rgb(216,117,160); }
td.TdClassName
{
border-color: #D875A0;
}
.TagClassName
{
border-color: #D875A0;
}
</style>