Shades of Pale Violet Red #D679A1
Tints of Pale Violet Red #D679A1
RGB
CMYK
RGB Variations
Color information
#D679A1 (or 0xD679A1) is known color: Pale Violet Red. HEX triplet: D6, 79 and A1. RGB value is (214,121,161). Sum of RGB (Red+Green+Blue) = 214+121+161=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D679A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D679A1 is #29865E. Grayscale: #999999. Windows color (decimal): -2721375 or 10582486. OLE color: 10582486.
HSL color Cylindrical-coordinate representation of color #D679A1: hue angle of 334.19º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679A1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 161 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.16 |
| HSL | 334.19º | 0.53% | 0.66% | - |
| HSV(B) | 334.19º | 0.43% | 0.84% | - |
| XYZ | 41 | 30.54 | 37.45 | - |
| YUV | 153.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 161 | 0 | 0.43 | 0.25 | 0.16 | 334.19 | 0.53 | 0.66 |
| Hex | D6 | 79 | A1 | 0 | 2B | 19 | 10 | 14E | 35 | 42 |
| Octal | 326 | 171 | 241 | 0 | 53 | 31 | 20 | 516 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10100001 | 0 | 101011 | 11001 | 10000 | 101001110 | 110101 | 1000010 |
Color Harmonies of #D679A1
Complementary color
Monochromatic Colors of #D679A1
Black with #D679A1
Text Example
Text Example
White with #D679A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679A1; }
p { color: rgb(214,121,161); }
H1.HeaderClassName
{
color: #D679A1;
}
.AnyTagClassName
{
color: #D679A1;
}
</style>
background-color css
<style>
a { background-color: #D679A1; }
a { background-color: rgb(214,121,161); }
div.DivClassName
{
background-color: #D679A1;
}
.BgClassName
{
background-color: #D679A1;
}
</style>
border-color css
<style>
span { border-color: #D679A1; }
span { border-color: rgb(214,121,161); }
td.TdClassName
{
border-color: #D679A1;
}
.TagClassName
{
border-color: #D679A1;
}
</style>