Shades of Pale Violet Red #D8789A
Tints of Pale Violet Red #D8789A
RGB
CMYK
RGB Variations
Color information
#D8789A (or 0xD8789A) is known color: Pale Violet Red. HEX triplet: D8, 78 and 9A. RGB value is (216,120,154). Sum of RGB (Red+Green+Blue) = 216+120+154=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8789A is #278765. Grayscale: #989898. Windows color (decimal): -2590566 or 10123480. OLE color: 10123480.
HSL color Cylindrical-coordinate representation of color #D8789A: hue angle of 338.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8789A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 154 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.15 |
| HSL | 338.75º | 0.55% | 0.66% | - |
| HSV(B) | 338.75º | 0.44% | 0.85% | - |
| XYZ | 40.87 | 30.36 | 34.28 | - |
| YUV | 152.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 154 | 0 | 0.44 | 0.29 | 0.15 | 338.75 | 0.55 | 0.66 |
| Hex | D8 | 78 | 9A | 0 | 2C | 1D | F | 153 | 37 | 42 |
| Octal | 330 | 170 | 232 | 0 | 54 | 35 | 17 | 523 | 67 | 102 |
| Binary | 11011000 | 1111000 | 10011010 | 0 | 101100 | 11101 | 1111 | 101010011 | 110111 | 1000010 |
Color Harmonies of #D8789A
Complementary color
Monochromatic Colors of #D8789A
Black with #D8789A
Text Example
Text Example
White with #D8789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8789A; }
p { color: rgb(216,120,154); }
H1.HeaderClassName
{
color: #D8789A;
}
.AnyTagClassName
{
color: #D8789A;
}
</style>
background-color css
<style>
a { background-color: #D8789A; }
a { background-color: rgb(216,120,154); }
div.DivClassName
{
background-color: #D8789A;
}
.BgClassName
{
background-color: #D8789A;
}
</style>
border-color css
<style>
span { border-color: #D8789A; }
span { border-color: rgb(216,120,154); }
td.TdClassName
{
border-color: #D8789A;
}
.TagClassName
{
border-color: #D8789A;
}
</style>