Shades of Pale Violet Red #D678A0
Tints of Pale Violet Red #D678A0
RGB
CMYK
RGB Variations
Color information
#D678A0 (or 0xD678A0) is known color: Pale Violet Red. HEX triplet: D6, 78 and A0. RGB value is (214,120,160). Sum of RGB (Red+Green+Blue) = 214+120+160=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D678A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678A0 is #29875F. Grayscale: #989898. Windows color (decimal): -2721632 or 10516694. OLE color: 10516694.
HSL color Cylindrical-coordinate representation of color #D678A0: hue angle of 334.47º 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 #D678A0 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 160 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.16 |
| HSL | 334.47º | 0.53% | 0.65% | - |
| HSV(B) | 334.47º | 0.44% | 0.84% | - |
| XYZ | 40.79 | 30.27 | 36.95 | - |
| YUV | 152.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 160 | 0 | 0.44 | 0.25 | 0.16 | 334.47 | 0.53 | 0.65 |
| Hex | D6 | 78 | A0 | 0 | 2C | 19 | 10 | 14E | 35 | 41 |
| Octal | 326 | 170 | 240 | 0 | 54 | 31 | 20 | 516 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10100000 | 0 | 101100 | 11001 | 10000 | 101001110 | 110101 | 1000001 |
Color Harmonies of #D678A0
Complementary color
Monochromatic Colors of #D678A0
Black with #D678A0
Text Example
Text Example
White with #D678A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678A0; }
p { color: rgb(214,120,160); }
H1.HeaderClassName
{
color: #D678A0;
}
.AnyTagClassName
{
color: #D678A0;
}
</style>
background-color css
<style>
a { background-color: #D678A0; }
a { background-color: rgb(214,120,160); }
div.DivClassName
{
background-color: #D678A0;
}
.BgClassName
{
background-color: #D678A0;
}
</style>
border-color css
<style>
span { border-color: #D678A0; }
span { border-color: rgb(214,120,160); }
td.TdClassName
{
border-color: #D678A0;
}
.TagClassName
{
border-color: #D678A0;
}
</style>