Shades of Pale Violet Red #D875A2
Tints of Pale Violet Red #D875A2
RGB
CMYK
RGB Variations
Color information
#D875A2 (or 0xD875A2) is known color: Pale Violet Red. HEX triplet: D8, 75 and A2. RGB value is (216,117,162). Sum of RGB (Red+Green+Blue) = 216+117+162=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D875A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875A2 is #278A5D. Grayscale: #979797. Windows color (decimal): -2591326 or 10647000. OLE color: 10647000.
HSL color Cylindrical-coordinate representation of color #D875A2: hue angle of 332.73º 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 #D875A2 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 162 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.15 |
| HSL | 332.73º | 0.56% | 0.65% | - |
| HSV(B) | 332.73º | 0.46% | 0.85% | - |
| XYZ | 41.2 | 29.93 | 37.79 | - |
| YUV | 151.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 162 | 0 | 0.46 | 0.25 | 0.15 | 332.73 | 0.56 | 0.65 |
| Hex | D8 | 75 | A2 | 0 | 2E | 19 | F | 14D | 38 | 41 |
| Octal | 330 | 165 | 242 | 0 | 56 | 31 | 17 | 515 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10100010 | 0 | 101110 | 11001 | 1111 | 101001101 | 111000 | 1000001 |
Color Harmonies of #D875A2
Complementary color
Monochromatic Colors of #D875A2
Black with #D875A2
Text Example
Text Example
White with #D875A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875A2; }
p { color: rgb(216,117,162); }
H1.HeaderClassName
{
color: #D875A2;
}
.AnyTagClassName
{
color: #D875A2;
}
</style>
background-color css
<style>
a { background-color: #D875A2; }
a { background-color: rgb(216,117,162); }
div.DivClassName
{
background-color: #D875A2;
}
.BgClassName
{
background-color: #D875A2;
}
</style>
border-color css
<style>
span { border-color: #D875A2; }
span { border-color: rgb(216,117,162); }
td.TdClassName
{
border-color: #D875A2;
}
.TagClassName
{
border-color: #D875A2;
}
</style>