Shades of Pale Violet Red #DC74A3
Tints of Pale Violet Red #DC74A3
RGB
CMYK
RGB Variations
Color information
#DC74A3 (or 0xDC74A3) is known color: Pale Violet Red. HEX triplet: DC, 74 and A3. RGB value is (220,116,163). Sum of RGB (Red+Green+Blue) = 220+116+163=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A3 is #238B5C. Grayscale: #989898. Windows color (decimal): -2329437 or 10712284. OLE color: 10712284.
HSL color Cylindrical-coordinate representation of color #DC74A3: hue angle of 332.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74A3 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 163 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.14 |
| HSL | 332.88º | 0.6% | 0.66% | - |
| HSV(B) | 332.88º | 0.47% | 0.86% | - |
| XYZ | 42.37 | 30.35 | 38.28 | - |
| YUV | 152.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 163 | 0 | 0.47 | 0.26 | 0.14 | 332.88 | 0.6 | 0.66 |
| Hex | DC | 74 | A3 | 0 | 2F | 1A | E | 14D | 3C | 42 |
| Octal | 334 | 164 | 243 | 0 | 57 | 32 | 16 | 515 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10100011 | 0 | 101111 | 11010 | 1110 | 101001101 | 111100 | 1000010 |
Color Harmonies of #DC74A3
Complementary color
Monochromatic Colors of #DC74A3
Black with #DC74A3
Text Example
Text Example
White with #DC74A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74A3; }
p { color: rgb(220,116,163); }
H1.HeaderClassName
{
color: #DC74A3;
}
.AnyTagClassName
{
color: #DC74A3;
}
</style>
background-color css
<style>
a { background-color: #DC74A3; }
a { background-color: rgb(220,116,163); }
div.DivClassName
{
background-color: #DC74A3;
}
.BgClassName
{
background-color: #DC74A3;
}
</style>
border-color css
<style>
span { border-color: #DC74A3; }
span { border-color: rgb(220,116,163); }
td.TdClassName
{
border-color: #DC74A3;
}
.TagClassName
{
border-color: #DC74A3;
}
</style>