Shades of Pale Violet Red #D6799B
Tints of Pale Violet Red #D6799B
RGB
CMYK
RGB Variations
Color information
#D6799B (or 0xD6799B) is known color: Pale Violet Red. HEX triplet: D6, 79 and 9B. RGB value is (214,121,155). Sum of RGB (Red+Green+Blue) = 214+121+155=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6799B is #298664. Grayscale: #989898. Windows color (decimal): -2721381 or 10189270. OLE color: 10189270.
HSL color Cylindrical-coordinate representation of color #D6799B: hue angle of 338.06º 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 #D6799B is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 155 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.16 |
| HSL | 338.06º | 0.53% | 0.66% | - |
| HSV(B) | 338.06º | 0.43% | 0.84% | - |
| XYZ | 40.49 | 30.34 | 34.73 | - |
| YUV | 152.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 155 | 0 | 0.43 | 0.28 | 0.16 | 338.06 | 0.53 | 0.66 |
| Hex | D6 | 79 | 9B | 0 | 2B | 1C | 10 | 152 | 35 | 42 |
| Octal | 326 | 171 | 233 | 0 | 53 | 34 | 20 | 522 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10011011 | 0 | 101011 | 11100 | 10000 | 101010010 | 110101 | 1000010 |
Color Harmonies of #D6799B
Complementary color
Monochromatic Colors of #D6799B
Black with #D6799B
Text Example
Text Example
White with #D6799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6799B; }
p { color: rgb(214,121,155); }
H1.HeaderClassName
{
color: #D6799B;
}
.AnyTagClassName
{
color: #D6799B;
}
</style>
background-color css
<style>
a { background-color: #D6799B; }
a { background-color: rgb(214,121,155); }
div.DivClassName
{
background-color: #D6799B;
}
.BgClassName
{
background-color: #D6799B;
}
</style>
border-color css
<style>
span { border-color: #D6799B; }
span { border-color: rgb(214,121,155); }
td.TdClassName
{
border-color: #D6799B;
}
.TagClassName
{
border-color: #D6799B;
}
</style>