Shades of Pale Violet Red #D772A0
Tints of Pale Violet Red #D772A0
RGB
CMYK
RGB Variations
Color information
#D772A0 (or 0xD772A0) is known color: Pale Violet Red. HEX triplet: D7, 72 and A0. RGB value is (215,114,160). Sum of RGB (Red+Green+Blue) = 215+114+160=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D772A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D772A0 is #288D5F. Grayscale: #959595. Windows color (decimal): -2657632 or 10515159. OLE color: 10515159.
HSL color Cylindrical-coordinate representation of color #D772A0: hue angle of 332.67º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D772A0 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 160 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.16 |
| HSL | 332.67º | 0.56% | 0.65% | - |
| HSV(B) | 332.67º | 0.47% | 0.84% | - |
| XYZ | 40.39 | 29.02 | 36.73 | - |
| YUV | 149.44 | 133.96 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 160 | 0 | 0.47 | 0.26 | 0.16 | 332.67 | 0.56 | 0.65 |
| Hex | D7 | 72 | A0 | 0 | 2F | 1A | 10 | 14D | 38 | 41 |
| Octal | 327 | 162 | 240 | 0 | 57 | 32 | 20 | 515 | 70 | 101 |
| Binary | 11010111 | 1110010 | 10100000 | 0 | 101111 | 11010 | 10000 | 101001101 | 111000 | 1000001 |
Color Harmonies of #D772A0
Complementary color
Monochromatic Colors of #D772A0
Black with #D772A0
Text Example
Text Example
White with #D772A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772A0; }
p { color: rgb(215,114,160); }
H1.HeaderClassName
{
color: #D772A0;
}
.AnyTagClassName
{
color: #D772A0;
}
</style>
background-color css
<style>
a { background-color: #D772A0; }
a { background-color: rgb(215,114,160); }
div.DivClassName
{
background-color: #D772A0;
}
.BgClassName
{
background-color: #D772A0;
}
</style>
border-color css
<style>
span { border-color: #D772A0; }
span { border-color: rgb(215,114,160); }
td.TdClassName
{
border-color: #D772A0;
}
.TagClassName
{
border-color: #D772A0;
}
</style>