Shades of Pale Violet Red #D6769C
Tints of Pale Violet Red #D6769C
RGB
CMYK
RGB Variations
Color information
#D6769C (or 0xD6769C) is known color: Pale Violet Red. HEX triplet: D6, 76 and 9C. RGB value is (214,118,156). Sum of RGB (Red+Green+Blue) = 214+118+156=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6769C is #298963. Grayscale: #969696. Windows color (decimal): -2722148 or 10254038. OLE color: 10254038.
HSL color Cylindrical-coordinate representation of color #D6769C: hue angle of 336.25º 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 #D6769C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 156 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.16 |
| HSL | 336.25º | 0.54% | 0.65% | - |
| HSV(B) | 336.25º | 0.45% | 0.84% | - |
| XYZ | 40.21 | 29.65 | 35.06 | - |
| YUV | 151.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 156 | 0 | 0.45 | 0.27 | 0.16 | 336.25 | 0.54 | 0.65 |
| Hex | D6 | 76 | 9C | 0 | 2D | 1B | 10 | 150 | 36 | 41 |
| Octal | 326 | 166 | 234 | 0 | 55 | 33 | 20 | 520 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10011100 | 0 | 101101 | 11011 | 10000 | 101010000 | 110110 | 1000001 |
Color Harmonies of #D6769C
Complementary color
Monochromatic Colors of #D6769C
Black with #D6769C
Text Example
Text Example
White with #D6769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6769C; }
p { color: rgb(214,118,156); }
H1.HeaderClassName
{
color: #D6769C;
}
.AnyTagClassName
{
color: #D6769C;
}
</style>
background-color css
<style>
a { background-color: #D6769C; }
a { background-color: rgb(214,118,156); }
div.DivClassName
{
background-color: #D6769C;
}
.BgClassName
{
background-color: #D6769C;
}
</style>
border-color css
<style>
span { border-color: #D6769C; }
span { border-color: rgb(214,118,156); }
td.TdClassName
{
border-color: #D6769C;
}
.TagClassName
{
border-color: #D6769C;
}
</style>