Shades of Pale Violet Red #D8748F
Tints of Pale Violet Red #D8748F
RGB
CMYK
RGB Variations
Color information
#D8748F (or 0xD8748F) is known color: Pale Violet Red. HEX triplet: D8, 74 and 8F. RGB value is (216,116,143). Sum of RGB (Red+Green+Blue) = 216+116+143=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8748F is #278B70. Grayscale: #949494. Windows color (decimal): -2591601 or 9401560. OLE color: 9401560.
HSL color Cylindrical-coordinate representation of color #D8748F: hue angle of 343.8º 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 #D8748F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 143 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.15 |
| HSL | 343.8º | 0.56% | 0.65% | - |
| HSV(B) | 343.8º | 0.46% | 0.85% | - |
| XYZ | 39.52 | 29.07 | 29.52 | - |
| YUV | 148.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 143 | 0 | 0.46 | 0.34 | 0.15 | 343.8 | 0.56 | 0.65 |
| Hex | D8 | 74 | 8F | 0 | 2E | 22 | F | 158 | 38 | 41 |
| Octal | 330 | 164 | 217 | 0 | 56 | 42 | 17 | 530 | 70 | 101 |
| Binary | 11011000 | 1110100 | 10001111 | 0 | 101110 | 100010 | 1111 | 101011000 | 111000 | 1000001 |
Color Harmonies of #D8748F
Complementary color
Monochromatic Colors of #D8748F
Black with #D8748F
Text Example
Text Example
White with #D8748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8748F; }
p { color: rgb(216,116,143); }
H1.HeaderClassName
{
color: #D8748F;
}
.AnyTagClassName
{
color: #D8748F;
}
</style>
background-color css
<style>
a { background-color: #D8748F; }
a { background-color: rgb(216,116,143); }
div.DivClassName
{
background-color: #D8748F;
}
.BgClassName
{
background-color: #D8748F;
}
</style>
border-color css
<style>
span { border-color: #D8748F; }
span { border-color: rgb(216,116,143); }
td.TdClassName
{
border-color: #D8748F;
}
.TagClassName
{
border-color: #D8748F;
}
</style>