Shades of Pale Violet Red #DC73AA
Tints of Pale Violet Red #DC73AA
RGB
CMYK
RGB Variations
Color information
#DC73AA (or 0xDC73AA) is known color: Pale Violet Red. HEX triplet: DC, 73 and AA. RGB value is (220,115,170). Sum of RGB (Red+Green+Blue) = 220+115+170=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73AA is #238C55. Grayscale: #989898. Windows color (decimal): -2329686 or 11170780. OLE color: 11170780.
HSL color Cylindrical-coordinate representation of color #DC73AA: hue angle of 328.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73AA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 170 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.14 |
| HSL | 328.57º | 0.6% | 0.66% | - |
| HSV(B) | 328.57º | 0.48% | 0.86% | - |
| XYZ | 42.9 | 30.38 | 41.63 | - |
| YUV | 152.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 170 | 0 | 0.48 | 0.23 | 0.14 | 328.57 | 0.6 | 0.66 |
| Hex | DC | 73 | AA | 0 | 30 | 17 | E | 149 | 3C | 42 |
| Octal | 334 | 163 | 252 | 0 | 60 | 27 | 16 | 511 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10101010 | 0 | 110000 | 10111 | 1110 | 101001001 | 111100 | 1000010 |
Color Harmonies of #DC73AA
Complementary color
Monochromatic Colors of #DC73AA
Black with #DC73AA
Text Example
Text Example
White with #DC73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73AA; }
p { color: rgb(220,115,170); }
H1.HeaderClassName
{
color: #DC73AA;
}
.AnyTagClassName
{
color: #DC73AA;
}
</style>
background-color css
<style>
a { background-color: #DC73AA; }
a { background-color: rgb(220,115,170); }
div.DivClassName
{
background-color: #DC73AA;
}
.BgClassName
{
background-color: #DC73AA;
}
</style>
border-color css
<style>
span { border-color: #DC73AA; }
span { border-color: rgb(220,115,170); }
td.TdClassName
{
border-color: #DC73AA;
}
.TagClassName
{
border-color: #DC73AA;
}
</style>