Shades of Pale Violet Red #DC73A1
Tints of Pale Violet Red #DC73A1
RGB
CMYK
RGB Variations
Color information
#DC73A1 (or 0xDC73A1) is known color: Pale Violet Red. HEX triplet: DC, 73 and A1. RGB value is (220,115,161). Sum of RGB (Red+Green+Blue) = 220+115+161=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC73A1 is #238C5E. Grayscale: #979797. Windows color (decimal): -2329695 or 10580956. OLE color: 10580956.
HSL color Cylindrical-coordinate representation of color #DC73A1: hue angle of 333.71º 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 #DC73A1 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 161 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.14 |
| HSL | 333.71º | 0.6% | 0.66% | - |
| HSV(B) | 333.71º | 0.48% | 0.86% | - |
| XYZ | 42.08 | 30.05 | 37.3 | - |
| YUV | 151.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 161 | 0 | 0.48 | 0.27 | 0.14 | 333.71 | 0.6 | 0.66 |
| Hex | DC | 73 | A1 | 0 | 30 | 1B | E | 14E | 3C | 42 |
| Octal | 334 | 163 | 241 | 0 | 60 | 33 | 16 | 516 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10100001 | 0 | 110000 | 11011 | 1110 | 101001110 | 111100 | 1000010 |
Color Harmonies of #DC73A1
Complementary color
Monochromatic Colors of #DC73A1
Black with #DC73A1
Text Example
Text Example
White with #DC73A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73A1; }
p { color: rgb(220,115,161); }
H1.HeaderClassName
{
color: #DC73A1;
}
.AnyTagClassName
{
color: #DC73A1;
}
</style>
background-color css
<style>
a { background-color: #DC73A1; }
a { background-color: rgb(220,115,161); }
div.DivClassName
{
background-color: #DC73A1;
}
.BgClassName
{
background-color: #DC73A1;
}
</style>
border-color css
<style>
span { border-color: #DC73A1; }
span { border-color: rgb(220,115,161); }
td.TdClassName
{
border-color: #DC73A1;
}
.TagClassName
{
border-color: #DC73A1;
}
</style>