Shades of Pale Violet Red #D77CA3
Tints of Pale Violet Red #D77CA3
RGB
CMYK
RGB Variations
Color information
#D77CA3 (or 0xD77CA3) is known color: Pale Violet Red. HEX triplet: D7, 7C and A3. RGB value is (215,124,163). Sum of RGB (Red+Green+Blue) = 215+124+163=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D77CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77CA3 is #28835C. Grayscale: #9B9B9B. Windows color (decimal): -2655069 or 10714327. OLE color: 10714327.
HSL color Cylindrical-coordinate representation of color #D77CA3: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77CA3 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 124 | 163 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.16 |
| HSL | 334.29º | 0.53% | 0.66% | - |
| HSV(B) | 334.29º | 0.42% | 0.84% | - |
| XYZ | 41.84 | 31.51 | 38.53 | - |
| YUV | 155.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 163 | 0 | 0.42 | 0.24 | 0.16 | 334.29 | 0.53 | 0.66 |
| Hex | D7 | 7C | A3 | 0 | 2A | 18 | 10 | 14E | 35 | 42 |
| Octal | 327 | 174 | 243 | 0 | 52 | 30 | 20 | 516 | 65 | 102 |
| Binary | 11010111 | 1111100 | 10100011 | 0 | 101010 | 11000 | 10000 | 101001110 | 110101 | 1000010 |
Color Harmonies of #D77CA3
Complementary color
Monochromatic Colors of #D77CA3
Black with #D77CA3
Text Example
Text Example
White with #D77CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CA3; }
p { color: rgb(215,124,163); }
H1.HeaderClassName
{
color: #D77CA3;
}
.AnyTagClassName
{
color: #D77CA3;
}
</style>
background-color css
<style>
a { background-color: #D77CA3; }
a { background-color: rgb(215,124,163); }
div.DivClassName
{
background-color: #D77CA3;
}
.BgClassName
{
background-color: #D77CA3;
}
</style>
border-color css
<style>
span { border-color: #D77CA3; }
span { border-color: rgb(215,124,163); }
td.TdClassName
{
border-color: #D77CA3;
}
.TagClassName
{
border-color: #D77CA3;
}
</style>