Shades of Pale Violet Red #D8718F
Tints of Pale Violet Red #D8718F
RGB
CMYK
RGB Variations
Color information
#D8718F (or 0xD8718F) is known color: Pale Violet Red. HEX triplet: D8, 71 and 8F. RGB value is (216,113,143). Sum of RGB (Red+Green+Blue) = 216+113+143=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8718F is #278E70. Grayscale: #939393. Windows color (decimal): -2592369 or 9400792. OLE color: 9400792.
HSL color Cylindrical-coordinate representation of color #D8718F: hue angle of 342.52º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8718F is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 143 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.15 |
| HSL | 342.52º | 0.57% | 0.65% | - |
| HSV(B) | 342.52º | 0.48% | 0.85% | - |
| XYZ | 39.18 | 28.39 | 29.4 | - |
| YUV | 147.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 143 | 0 | 0.48 | 0.34 | 0.15 | 342.52 | 0.57 | 0.65 |
| Hex | D8 | 71 | 8F | 0 | 30 | 22 | F | 157 | 39 | 41 |
| Octal | 330 | 161 | 217 | 0 | 60 | 42 | 17 | 527 | 71 | 101 |
| Binary | 11011000 | 1110001 | 10001111 | 0 | 110000 | 100010 | 1111 | 101010111 | 111001 | 1000001 |
Color Harmonies of #D8718F
Complementary color
Monochromatic Colors of #D8718F
Black with #D8718F
Text Example
Text Example
White with #D8718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8718F; }
p { color: rgb(216,113,143); }
H1.HeaderClassName
{
color: #D8718F;
}
.AnyTagClassName
{
color: #D8718F;
}
</style>
background-color css
<style>
a { background-color: #D8718F; }
a { background-color: rgb(216,113,143); }
div.DivClassName
{
background-color: #D8718F;
}
.BgClassName
{
background-color: #D8718F;
}
</style>
border-color css
<style>
span { border-color: #D8718F; }
span { border-color: rgb(216,113,143); }
td.TdClassName
{
border-color: #D8718F;
}
.TagClassName
{
border-color: #D8718F;
}
</style>