Shades of Pale Violet Red #DC72AA
Tints of Pale Violet Red #DC72AA
RGB
CMYK
RGB Variations
Color information
#DC72AA (or 0xDC72AA) is known color: Pale Violet Red. HEX triplet: DC, 72 and AA. RGB value is (220,114,170). Sum of RGB (Red+Green+Blue) = 220+114+170=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC72AA is #238D55. Grayscale: #979797. Windows color (decimal): -2329942 or 11170524. OLE color: 11170524.
HSL color Cylindrical-coordinate representation of color #DC72AA: hue angle of 328.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC72AA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 170 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.14 |
| HSL | 328.3º | 0.6% | 0.65% | - |
| HSV(B) | 328.3º | 0.48% | 0.86% | - |
| XYZ | 42.79 | 30.15 | 41.6 | - |
| YUV | 152.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 170 | 0 | 0.48 | 0.23 | 0.14 | 328.3 | 0.6 | 0.65 |
| Hex | DC | 72 | AA | 0 | 30 | 17 | E | 148 | 3C | 41 |
| Octal | 334 | 162 | 252 | 0 | 60 | 27 | 16 | 510 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10101010 | 0 | 110000 | 10111 | 1110 | 101001000 | 111100 | 1000001 |
Color Harmonies of #DC72AA
Complementary color
Monochromatic Colors of #DC72AA
Black with #DC72AA
Text Example
Text Example
White with #DC72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC72AA; }
p { color: rgb(220,114,170); }
H1.HeaderClassName
{
color: #DC72AA;
}
.AnyTagClassName
{
color: #DC72AA;
}
</style>
background-color css
<style>
a { background-color: #DC72AA; }
a { background-color: rgb(220,114,170); }
div.DivClassName
{
background-color: #DC72AA;
}
.BgClassName
{
background-color: #DC72AA;
}
</style>
border-color css
<style>
span { border-color: #DC72AA; }
span { border-color: rgb(220,114,170); }
td.TdClassName
{
border-color: #DC72AA;
}
.TagClassName
{
border-color: #DC72AA;
}
</style>