Shades of Pale Violet Red #D775A0
Tints of Pale Violet Red #D775A0
RGB
CMYK
RGB Variations
Color information
#D775A0 (or 0xD775A0) is known color: Pale Violet Red. HEX triplet: D7, 75 and A0. RGB value is (215,117,160). Sum of RGB (Red+Green+Blue) = 215+117+160=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D775A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775A0 is #288A5F. Grayscale: #979797. Windows color (decimal): -2656864 or 10515927. OLE color: 10515927.
HSL color Cylindrical-coordinate representation of color #D775A0: hue angle of 333.67º 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 #D775A0 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 160 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.16 |
| HSL | 333.67º | 0.55% | 0.65% | - |
| HSV(B) | 333.67º | 0.46% | 0.84% | - |
| XYZ | 40.73 | 29.71 | 36.85 | - |
| YUV | 151.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 160 | 0 | 0.46 | 0.26 | 0.16 | 333.67 | 0.55 | 0.65 |
| Hex | D7 | 75 | A0 | 0 | 2E | 1A | 10 | 14E | 37 | 41 |
| Octal | 327 | 165 | 240 | 0 | 56 | 32 | 20 | 516 | 67 | 101 |
| Binary | 11010111 | 1110101 | 10100000 | 0 | 101110 | 11010 | 10000 | 101001110 | 110111 | 1000001 |
Color Harmonies of #D775A0
Complementary color
Monochromatic Colors of #D775A0
Black with #D775A0
Text Example
Text Example
White with #D775A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D775A0; }
p { color: rgb(215,117,160); }
H1.HeaderClassName
{
color: #D775A0;
}
.AnyTagClassName
{
color: #D775A0;
}
</style>
background-color css
<style>
a { background-color: #D775A0; }
a { background-color: rgb(215,117,160); }
div.DivClassName
{
background-color: #D775A0;
}
.BgClassName
{
background-color: #D775A0;
}
</style>
border-color css
<style>
span { border-color: #D775A0; }
span { border-color: rgb(215,117,160); }
td.TdClassName
{
border-color: #D775A0;
}
.TagClassName
{
border-color: #D775A0;
}
</style>