Shades of Pale Violet Red #DC79AA
Tints of Pale Violet Red #DC79AA
RGB
CMYK
RGB Variations
Color information
#DC79AA (or 0xDC79AA) is known color: Pale Violet Red. HEX triplet: DC, 79 and AA. RGB value is (220,121,170). Sum of RGB (Red+Green+Blue) = 220+121+170=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC79AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC79AA is #238655. Grayscale: #9C9C9C. Windows color (decimal): -2328150 or 11172316. OLE color: 11172316.
HSL color Cylindrical-coordinate representation of color #DC79AA: hue angle of 330.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79AA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 170 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.14 |
| HSL | 330.3º | 0.59% | 0.67% | - |
| HSV(B) | 330.3º | 0.45% | 0.86% | - |
| XYZ | 43.61 | 31.79 | 41.87 | - |
| YUV | 156.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 170 | 0 | 0.45 | 0.23 | 0.14 | 330.3 | 0.59 | 0.67 |
| Hex | DC | 79 | AA | 0 | 2D | 17 | E | 14A | 3B | 43 |
| Octal | 334 | 171 | 252 | 0 | 55 | 27 | 16 | 512 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10101010 | 0 | 101101 | 10111 | 1110 | 101001010 | 111011 | 1000011 |
Color Harmonies of #DC79AA
Complementary color
Monochromatic Colors of #DC79AA
Black with #DC79AA
Text Example
Text Example
White with #DC79AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC79AA; }
p { color: rgb(220,121,170); }
H1.HeaderClassName
{
color: #DC79AA;
}
.AnyTagClassName
{
color: #DC79AA;
}
</style>
background-color css
<style>
a { background-color: #DC79AA; }
a { background-color: rgb(220,121,170); }
div.DivClassName
{
background-color: #DC79AA;
}
.BgClassName
{
background-color: #DC79AA;
}
</style>
border-color css
<style>
span { border-color: #DC79AA; }
span { border-color: rgb(220,121,170); }
td.TdClassName
{
border-color: #DC79AA;
}
.TagClassName
{
border-color: #DC79AA;
}
</style>