Shades of Pale Violet Red #D775A1
Tints of Pale Violet Red #D775A1
RGB
CMYK
RGB Variations
Color information
#D775A1 (or 0xD775A1) is known color: Pale Violet Red. HEX triplet: D7, 75 and A1. RGB value is (215,117,161). Sum of RGB (Red+Green+Blue) = 215+117+161=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D775A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775A1 is #288A5E. Grayscale: #979797. Windows color (decimal): -2656863 or 10581463. OLE color: 10581463.
HSL color Cylindrical-coordinate representation of color #D775A1: hue angle of 333.06º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775A1 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 161 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.16 |
| HSL | 333.06º | 0.55% | 0.65% | - |
| HSV(B) | 333.06º | 0.46% | 0.84% | - |
| XYZ | 40.82 | 29.74 | 37.31 | - |
| YUV | 151.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 161 | 0 | 0.46 | 0.25 | 0.16 | 333.06 | 0.55 | 0.65 |
| Hex | D7 | 75 | A1 | 0 | 2E | 19 | 10 | 14D | 37 | 41 |
| Octal | 327 | 165 | 241 | 0 | 56 | 31 | 20 | 515 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10100001 | 0 | 101110 | 11001 | 10000 | 101001101 | 110111 | 1000001 |
Color Harmonies of #D775A1
Complementary color
Monochromatic Colors of #D775A1
Black with #D775A1
Text Example
Text Example
White with #D775A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775A1; }
p { color: rgb(215,117,161); }
H1.HeaderClassName
{
color: #D775A1;
}
.AnyTagClassName
{
color: #D775A1;
}
</style>
background-color css
<style>
a { background-color: #D775A1; }
a { background-color: rgb(215,117,161); }
div.DivClassName
{
background-color: #D775A1;
}
.BgClassName
{
background-color: #D775A1;
}
</style>
border-color css
<style>
span { border-color: #D775A1; }
span { border-color: rgb(215,117,161); }
td.TdClassName
{
border-color: #D775A1;
}
.TagClassName
{
border-color: #D775A1;
}
</style>