Shades of Pale Violet Red #D76990
Tints of Pale Violet Red #D76990
RGB
CMYK
RGB Variations
Color information
#D76990 (or 0xD76990) is known color: Pale Violet Red. HEX triplet: D7, 69 and 90. RGB value is (215,105,144). Sum of RGB (Red+Green+Blue) = 215+105+144=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D76990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76990 is #28966F. Grayscale: #8E8E8E. Windows color (decimal): -2659952 or 9464279. OLE color: 9464279.
HSL color Cylindrical-coordinate representation of color #D76990: hue angle of 338.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76990 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 144 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.16 |
| HSL | 338.73º | 0.58% | 0.63% | - |
| HSV(B) | 338.73º | 0.51% | 0.84% | - |
| XYZ | 38.11 | 26.56 | 29.5 | - |
| YUV | 142.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 144 | 0 | 0.51 | 0.33 | 0.16 | 338.73 | 0.58 | 0.63 |
| Hex | D7 | 69 | 90 | 0 | 33 | 21 | 10 | 153 | 3A | 3F |
| Octal | 327 | 151 | 220 | 0 | 63 | 41 | 20 | 523 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10010000 | 0 | 110011 | 100001 | 10000 | 101010011 | 111010 | 111111 |
Color Harmonies of #D76990
Complementary color
Monochromatic Colors of #D76990
Black with #D76990
Text Example
Text Example
White with #D76990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76990; }
p { color: rgb(215,105,144); }
H1.HeaderClassName
{
color: #D76990;
}
.AnyTagClassName
{
color: #D76990;
}
</style>
background-color css
<style>
a { background-color: #D76990; }
a { background-color: rgb(215,105,144); }
div.DivClassName
{
background-color: #D76990;
}
.BgClassName
{
background-color: #D76990;
}
</style>
border-color css
<style>
span { border-color: #D76990; }
span { border-color: rgb(215,105,144); }
td.TdClassName
{
border-color: #D76990;
}
.TagClassName
{
border-color: #D76990;
}
</style>