Shades of Pale Violet Red #D875A1
Tints of Pale Violet Red #D875A1
RGB
CMYK
RGB Variations
Color information
#D875A1 (or 0xD875A1) is known color: Pale Violet Red. HEX triplet: D8, 75 and A1. RGB value is (216,117,161). Sum of RGB (Red+Green+Blue) = 216+117+161=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A1 is #278A5E. Grayscale: #979797. Windows color (decimal): -2591327 or 10581464. OLE color: 10581464.
HSL color Cylindrical-coordinate representation of color #D875A1: hue angle of 333.33º 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 #D875A1 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 161 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.15 |
| HSL | 333.33º | 0.56% | 0.65% | - |
| HSV(B) | 333.33º | 0.46% | 0.85% | - |
| XYZ | 41.11 | 29.89 | 37.32 | - |
| YUV | 151.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 161 | 0 | 0.46 | 0.25 | 0.15 | 333.33 | 0.56 | 0.65 |
| Hex | D8 | 75 | A1 | 0 | 2E | 19 | F | 14D | 38 | 41 |
| Octal | 330 | 165 | 241 | 0 | 56 | 31 | 17 | 515 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10100001 | 0 | 101110 | 11001 | 1111 | 101001101 | 111000 | 1000001 |
Color Harmonies of #D875A1
Complementary color
Monochromatic Colors of #D875A1
Black with #D875A1
Text Example
Text Example
White with #D875A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875A1; }
p { color: rgb(216,117,161); }
H1.HeaderClassName
{
color: #D875A1;
}
.AnyTagClassName
{
color: #D875A1;
}
</style>
background-color css
<style>
a { background-color: #D875A1; }
a { background-color: rgb(216,117,161); }
div.DivClassName
{
background-color: #D875A1;
}
.BgClassName
{
background-color: #D875A1;
}
</style>
border-color css
<style>
span { border-color: #D875A1; }
span { border-color: rgb(216,117,161); }
td.TdClassName
{
border-color: #D875A1;
}
.TagClassName
{
border-color: #D875A1;
}
</style>