Shades of Pale Violet Red #D778A0
Tints of Pale Violet Red #D778A0
RGB
CMYK
RGB Variations
Color information
#D778A0 (or 0xD778A0) is known color: Pale Violet Red. HEX triplet: D7, 78 and A0. RGB value is (215,120,160). Sum of RGB (Red+Green+Blue) = 215+120+160=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D778A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778A0 is #28875F. Grayscale: #989898. Windows color (decimal): -2656096 or 10516695. OLE color: 10516695.
HSL color Cylindrical-coordinate representation of color #D778A0: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778A0 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 160 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.16 |
| HSL | 334.74º | 0.54% | 0.66% | - |
| HSV(B) | 334.74º | 0.44% | 0.84% | - |
| XYZ | 41.09 | 30.42 | 36.96 | - |
| YUV | 152.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 160 | 0 | 0.44 | 0.26 | 0.16 | 334.74 | 0.54 | 0.66 |
| Hex | D7 | 78 | A0 | 0 | 2C | 1A | 10 | 14F | 36 | 42 |
| Octal | 327 | 170 | 240 | 0 | 54 | 32 | 20 | 517 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10100000 | 0 | 101100 | 11010 | 10000 | 101001111 | 110110 | 1000010 |
Color Harmonies of #D778A0
Complementary color
Monochromatic Colors of #D778A0
Black with #D778A0
Text Example
Text Example
White with #D778A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778A0; }
p { color: rgb(215,120,160); }
H1.HeaderClassName
{
color: #D778A0;
}
.AnyTagClassName
{
color: #D778A0;
}
</style>
background-color css
<style>
a { background-color: #D778A0; }
a { background-color: rgb(215,120,160); }
div.DivClassName
{
background-color: #D778A0;
}
.BgClassName
{
background-color: #D778A0;
}
</style>
border-color css
<style>
span { border-color: #D778A0; }
span { border-color: rgb(215,120,160); }
td.TdClassName
{
border-color: #D778A0;
}
.TagClassName
{
border-color: #D778A0;
}
</style>