Shades of Pale Violet Red #D6789A
Tints of Pale Violet Red #D6789A
RGB
CMYK
RGB Variations
Color information
#D6789A (or 0xD6789A) is known color: Pale Violet Red. HEX triplet: D6, 78 and 9A. RGB value is (214,120,154). Sum of RGB (Red+Green+Blue) = 214+120+154=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6789A is #298765. Grayscale: #979797. Windows color (decimal): -2721638 or 10123478. OLE color: 10123478.
HSL color Cylindrical-coordinate representation of color #D6789A: hue angle of 338.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6789A is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 154 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.16 |
| HSL | 338.3º | 0.53% | 0.65% | - |
| HSV(B) | 338.3º | 0.44% | 0.84% | - |
| XYZ | 40.28 | 30.06 | 34.25 | - |
| YUV | 151.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 154 | 0 | 0.44 | 0.28 | 0.16 | 338.3 | 0.53 | 0.65 |
| Hex | D6 | 78 | 9A | 0 | 2C | 1C | 10 | 152 | 35 | 41 |
| Octal | 326 | 170 | 232 | 0 | 54 | 34 | 20 | 522 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10011010 | 0 | 101100 | 11100 | 10000 | 101010010 | 110101 | 1000001 |
Color Harmonies of #D6789A
Complementary color
Monochromatic Colors of #D6789A
Black with #D6789A
Text Example
Text Example
White with #D6789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6789A; }
p { color: rgb(214,120,154); }
H1.HeaderClassName
{
color: #D6789A;
}
.AnyTagClassName
{
color: #D6789A;
}
</style>
background-color css
<style>
a { background-color: #D6789A; }
a { background-color: rgb(214,120,154); }
div.DivClassName
{
background-color: #D6789A;
}
.BgClassName
{
background-color: #D6789A;
}
</style>
border-color css
<style>
span { border-color: #D6789A; }
span { border-color: rgb(214,120,154); }
td.TdClassName
{
border-color: #D6789A;
}
.TagClassName
{
border-color: #D6789A;
}
</style>