Shades of Pale Violet Red #D773A2
Tints of Pale Violet Red #D773A2
RGB
CMYK
RGB Variations
Color information
#D773A2 (or 0xD773A2) is known color: Pale Violet Red. HEX triplet: D7, 73 and A2. RGB value is (215,115,162). Sum of RGB (Red+Green+Blue) = 215+115+162=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D773A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773A2 is #288C5D. Grayscale: #969696. Windows color (decimal): -2657374 or 10646487. OLE color: 10646487.
HSL color Cylindrical-coordinate representation of color #D773A2: hue angle of 331.8º 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 #D773A2 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 162 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.16 |
| HSL | 331.8º | 0.56% | 0.65% | - |
| HSV(B) | 331.8º | 0.47% | 0.84% | - |
| XYZ | 40.68 | 29.32 | 37.7 | - |
| YUV | 150.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 162 | 0 | 0.47 | 0.25 | 0.16 | 331.8 | 0.56 | 0.65 |
| Hex | D7 | 73 | A2 | 0 | 2F | 19 | 10 | 14C | 38 | 41 |
| Octal | 327 | 163 | 242 | 0 | 57 | 31 | 20 | 514 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10100010 | 0 | 101111 | 11001 | 10000 | 101001100 | 111000 | 1000001 |
Color Harmonies of #D773A2
Complementary color
Monochromatic Colors of #D773A2
Black with #D773A2
Text Example
Text Example
White with #D773A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773A2; }
p { color: rgb(215,115,162); }
H1.HeaderClassName
{
color: #D773A2;
}
.AnyTagClassName
{
color: #D773A2;
}
</style>
background-color css
<style>
a { background-color: #D773A2; }
a { background-color: rgb(215,115,162); }
div.DivClassName
{
background-color: #D773A2;
}
.BgClassName
{
background-color: #D773A2;
}
</style>
border-color css
<style>
span { border-color: #D773A2; }
span { border-color: rgb(215,115,162); }
td.TdClassName
{
border-color: #D773A2;
}
.TagClassName
{
border-color: #D773A2;
}
</style>