Shades of Pale Violet Red #DC74A1
Tints of Pale Violet Red #DC74A1
RGB
CMYK
RGB Variations
Color information
#DC74A1 (or 0xDC74A1) is known color: Pale Violet Red. HEX triplet: DC, 74 and A1. RGB value is (220,116,161). Sum of RGB (Red+Green+Blue) = 220+116+161=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A1 is #238B5E. Grayscale: #989898. Windows color (decimal): -2329439 or 10581212. OLE color: 10581212.
HSL color Cylindrical-coordinate representation of color #DC74A1: hue angle of 334.04º 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 #DC74A1 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 161 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.14 |
| HSL | 334.04º | 0.6% | 0.66% | - |
| HSV(B) | 334.04º | 0.47% | 0.86% | - |
| XYZ | 42.19 | 30.28 | 37.34 | - |
| YUV | 152.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 161 | 0 | 0.47 | 0.27 | 0.14 | 334.04 | 0.6 | 0.66 |
| Hex | DC | 74 | A1 | 0 | 2F | 1B | E | 14E | 3C | 42 |
| Octal | 334 | 164 | 241 | 0 | 57 | 33 | 16 | 516 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10100001 | 0 | 101111 | 11011 | 1110 | 101001110 | 111100 | 1000010 |
Color Harmonies of #DC74A1
Complementary color
Monochromatic Colors of #DC74A1
Black with #DC74A1
Text Example
Text Example
White with #DC74A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74A1; }
p { color: rgb(220,116,161); }
H1.HeaderClassName
{
color: #DC74A1;
}
.AnyTagClassName
{
color: #DC74A1;
}
</style>
background-color css
<style>
a { background-color: #DC74A1; }
a { background-color: rgb(220,116,161); }
div.DivClassName
{
background-color: #DC74A1;
}
.BgClassName
{
background-color: #DC74A1;
}
</style>
border-color css
<style>
span { border-color: #DC74A1; }
span { border-color: rgb(220,116,161); }
td.TdClassName
{
border-color: #DC74A1;
}
.TagClassName
{
border-color: #DC74A1;
}
</style>