Shades of Pale Violet Red #DC74A2
Tints of Pale Violet Red #DC74A2
RGB
CMYK
RGB Variations
Color information
#DC74A2 (or 0xDC74A2) is known color: Pale Violet Red. HEX triplet: DC, 74 and A2. RGB value is (220,116,162). Sum of RGB (Red+Green+Blue) = 220+116+162=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A2 is #238B5D. Grayscale: #989898. Windows color (decimal): -2329438 or 10646748. OLE color: 10646748.
HSL color Cylindrical-coordinate representation of color #DC74A2: hue angle of 333.46º 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 #DC74A2 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 162 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.14 |
| HSL | 333.46º | 0.6% | 0.66% | - |
| HSV(B) | 333.46º | 0.47% | 0.86% | - |
| XYZ | 42.28 | 30.32 | 37.81 | - |
| YUV | 152.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 162 | 0 | 0.47 | 0.26 | 0.14 | 333.46 | 0.6 | 0.66 |
| Hex | DC | 74 | A2 | 0 | 2F | 1A | E | 14D | 3C | 42 |
| Octal | 334 | 164 | 242 | 0 | 57 | 32 | 16 | 515 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10100010 | 0 | 101111 | 11010 | 1110 | 101001101 | 111100 | 1000010 |
Color Harmonies of #DC74A2
Complementary color
Monochromatic Colors of #DC74A2
Black with #DC74A2
Text Example
Text Example
White with #DC74A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74A2; }
p { color: rgb(220,116,162); }
H1.HeaderClassName
{
color: #DC74A2;
}
.AnyTagClassName
{
color: #DC74A2;
}
</style>
background-color css
<style>
a { background-color: #DC74A2; }
a { background-color: rgb(220,116,162); }
div.DivClassName
{
background-color: #DC74A2;
}
.BgClassName
{
background-color: #DC74A2;
}
</style>
border-color css
<style>
span { border-color: #DC74A2; }
span { border-color: rgb(220,116,162); }
td.TdClassName
{
border-color: #DC74A2;
}
.TagClassName
{
border-color: #DC74A2;
}
</style>