Shades of Pale Violet Red #D875A7
Tints of Pale Violet Red #D875A7
RGB
CMYK
RGB Variations
Color information
#D875A7 (or 0xD875A7) is known color: Pale Violet Red. HEX triplet: D8, 75 and A7. RGB value is (216,117,167). Sum of RGB (Red+Green+Blue) = 216+117+167=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A7 is #278A58. Grayscale: #989898. Windows color (decimal): -2591321 or 10974680. OLE color: 10974680.
HSL color Cylindrical-coordinate representation of color #D875A7: hue angle of 329.7º 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 #D875A7 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 167 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.15 |
| HSL | 329.7º | 0.56% | 0.65% | - |
| HSV(B) | 329.7º | 0.46% | 0.85% | - |
| XYZ | 41.66 | 30.11 | 40.18 | - |
| YUV | 152.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 167 | 0 | 0.46 | 0.23 | 0.15 | 329.7 | 0.56 | 0.65 |
| Hex | D8 | 75 | A7 | 0 | 2E | 17 | F | 14A | 38 | 41 |
| Octal | 330 | 165 | 247 | 0 | 56 | 27 | 17 | 512 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10100111 | 0 | 101110 | 10111 | 1111 | 101001010 | 111000 | 1000001 |
Color Harmonies of #D875A7
Complementary color
Monochromatic Colors of #D875A7
Black with #D875A7
Text Example
Text Example
White with #D875A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875A7; }
p { color: rgb(216,117,167); }
H1.HeaderClassName
{
color: #D875A7;
}
.AnyTagClassName
{
color: #D875A7;
}
</style>
background-color css
<style>
a { background-color: #D875A7; }
a { background-color: rgb(216,117,167); }
div.DivClassName
{
background-color: #D875A7;
}
.BgClassName
{
background-color: #D875A7;
}
</style>
border-color css
<style>
span { border-color: #D875A7; }
span { border-color: rgb(216,117,167); }
td.TdClassName
{
border-color: #D875A7;
}
.TagClassName
{
border-color: #D875A7;
}
</style>