Shades of Pale Violet Red #D6769D
Tints of Pale Violet Red #D6769D
RGB
CMYK
RGB Variations
Color information
#D6769D (or 0xD6769D) is known color: Pale Violet Red. HEX triplet: D6, 76 and 9D. RGB value is (214,118,157). Sum of RGB (Red+Green+Blue) = 214+118+157=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769D is #298962. Grayscale: #979797. Windows color (decimal): -2722147 or 10319574. OLE color: 10319574.
HSL color Cylindrical-coordinate representation of color #D6769D: hue angle of 335.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6769D is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 157 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.16 |
| HSL | 335.63º | 0.54% | 0.65% | - |
| HSV(B) | 335.63º | 0.45% | 0.84% | - |
| XYZ | 40.3 | 29.69 | 35.5 | - |
| YUV | 151.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 157 | 0 | 0.45 | 0.27 | 0.16 | 335.63 | 0.54 | 0.65 |
| Hex | D6 | 76 | 9D | 0 | 2D | 1B | 10 | 150 | 36 | 41 |
| Octal | 326 | 166 | 235 | 0 | 55 | 33 | 20 | 520 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10011101 | 0 | 101101 | 11011 | 10000 | 101010000 | 110110 | 1000001 |
Color Harmonies of #D6769D
Complementary color
Monochromatic Colors of #D6769D
Black with #D6769D
Text Example
Text Example
White with #D6769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6769D; }
p { color: rgb(214,118,157); }
H1.HeaderClassName
{
color: #D6769D;
}
.AnyTagClassName
{
color: #D6769D;
}
</style>
background-color css
<style>
a { background-color: #D6769D; }
a { background-color: rgb(214,118,157); }
div.DivClassName
{
background-color: #D6769D;
}
.BgClassName
{
background-color: #D6769D;
}
</style>
border-color css
<style>
span { border-color: #D6769D; }
span { border-color: rgb(214,118,157); }
td.TdClassName
{
border-color: #D6769D;
}
.TagClassName
{
border-color: #D6769D;
}
</style>