Shades of Pale Violet Red #D6799E
Tints of Pale Violet Red #D6799E
RGB
CMYK
RGB Variations
Color information
#D6799E (or 0xD6799E) is known color: Pale Violet Red. HEX triplet: D6, 79 and 9E. RGB value is (214,121,158). Sum of RGB (Red+Green+Blue) = 214+121+158=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799E is #298661. Grayscale: #989898. Windows color (decimal): -2721378 or 10385878. OLE color: 10385878.
HSL color Cylindrical-coordinate representation of color #D6799E: hue angle of 336.13º 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 #D6799E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 158 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.16 |
| HSL | 336.13º | 0.53% | 0.66% | - |
| HSV(B) | 336.13º | 0.43% | 0.84% | - |
| XYZ | 40.74 | 30.44 | 36.08 | - |
| YUV | 153.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 158 | 0 | 0.43 | 0.26 | 0.16 | 336.13 | 0.53 | 0.66 |
| Hex | D6 | 79 | 9E | 0 | 2B | 1A | 10 | 150 | 35 | 42 |
| Octal | 326 | 171 | 236 | 0 | 53 | 32 | 20 | 520 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10011110 | 0 | 101011 | 11010 | 10000 | 101010000 | 110101 | 1000010 |
Color Harmonies of #D6799E
Complementary color
Monochromatic Colors of #D6799E
Black with #D6799E
Text Example
Text Example
White with #D6799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6799E; }
p { color: rgb(214,121,158); }
H1.HeaderClassName
{
color: #D6799E;
}
.AnyTagClassName
{
color: #D6799E;
}
</style>
background-color css
<style>
a { background-color: #D6799E; }
a { background-color: rgb(214,121,158); }
div.DivClassName
{
background-color: #D6799E;
}
.BgClassName
{
background-color: #D6799E;
}
</style>
border-color css
<style>
span { border-color: #D6799E; }
span { border-color: rgb(214,121,158); }
td.TdClassName
{
border-color: #D6799E;
}
.TagClassName
{
border-color: #D6799E;
}
</style>