Shades of Pale Violet Red #D678A1
Tints of Pale Violet Red #D678A1
RGB
CMYK
RGB Variations
Color information
#D678A1 (or 0xD678A1) is known color: Pale Violet Red. HEX triplet: D6, 78 and A1. RGB value is (214,120,161). Sum of RGB (Red+Green+Blue) = 214+120+161=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D678A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678A1 is #29875E. Grayscale: #989898. Windows color (decimal): -2721631 or 10582230. OLE color: 10582230.
HSL color Cylindrical-coordinate representation of color #D678A1: hue angle of 333.83º 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 #D678A1 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 161 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.16 |
| HSL | 333.83º | 0.53% | 0.65% | - |
| HSV(B) | 333.83º | 0.44% | 0.84% | - |
| XYZ | 40.88 | 30.3 | 37.41 | - |
| YUV | 152.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 161 | 0 | 0.44 | 0.25 | 0.16 | 333.83 | 0.53 | 0.65 |
| Hex | D6 | 78 | A1 | 0 | 2C | 19 | 10 | 14E | 35 | 41 |
| Octal | 326 | 170 | 241 | 0 | 54 | 31 | 20 | 516 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10100001 | 0 | 101100 | 11001 | 10000 | 101001110 | 110101 | 1000001 |
Color Harmonies of #D678A1
Complementary color
Monochromatic Colors of #D678A1
Black with #D678A1
Text Example
Text Example
White with #D678A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678A1; }
p { color: rgb(214,120,161); }
H1.HeaderClassName
{
color: #D678A1;
}
.AnyTagClassName
{
color: #D678A1;
}
</style>
background-color css
<style>
a { background-color: #D678A1; }
a { background-color: rgb(214,120,161); }
div.DivClassName
{
background-color: #D678A1;
}
.BgClassName
{
background-color: #D678A1;
}
</style>
border-color css
<style>
span { border-color: #D678A1; }
span { border-color: rgb(214,120,161); }
td.TdClassName
{
border-color: #D678A1;
}
.TagClassName
{
border-color: #D678A1;
}
</style>