Shades of Pale Violet Red #D8749C
Tints of Pale Violet Red #D8749C
RGB
CMYK
RGB Variations
Color information
#D8749C (or 0xD8749C) is known color: Pale Violet Red. HEX triplet: D8, 74 and 9C. RGB value is (216,116,156). Sum of RGB (Red+Green+Blue) = 216+116+156=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8749C is #278B63. Grayscale: #969696. Windows color (decimal): -2591588 or 10253528. OLE color: 10253528.
HSL color Cylindrical-coordinate representation of color #D8749C: hue angle of 336º 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 #D8749C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 156 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.15 |
| HSL | 336º | 0.56% | 0.65% | - |
| HSV(B) | 336º | 0.46% | 0.85% | - |
| XYZ | 40.57 | 29.49 | 35.01 | - |
| YUV | 150.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 156 | 0 | 0.46 | 0.28 | 0.15 | 336 | 0.56 | 0.65 |
| Hex | D8 | 74 | 9C | 0 | 2E | 1C | F | 150 | 38 | 41 |
| Octal | 330 | 164 | 234 | 0 | 56 | 34 | 17 | 520 | 70 | 101 |
| Binary | 11011000 | 1110100 | 10011100 | 0 | 101110 | 11100 | 1111 | 101010000 | 111000 | 1000001 |
Color Harmonies of #D8749C
Complementary color
Monochromatic Colors of #D8749C
Black with #D8749C
Text Example
Text Example
White with #D8749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8749C; }
p { color: rgb(216,116,156); }
H1.HeaderClassName
{
color: #D8749C;
}
.AnyTagClassName
{
color: #D8749C;
}
</style>
background-color css
<style>
a { background-color: #D8749C; }
a { background-color: rgb(216,116,156); }
div.DivClassName
{
background-color: #D8749C;
}
.BgClassName
{
background-color: #D8749C;
}
</style>
border-color css
<style>
span { border-color: #D8749C; }
span { border-color: rgb(216,116,156); }
td.TdClassName
{
border-color: #D8749C;
}
.TagClassName
{
border-color: #D8749C;
}
</style>