Shades of Pale Violet Red #DC74A4
Tints of Pale Violet Red #DC74A4
RGB
CMYK
RGB Variations
Color information
#DC74A4 (or 0xDC74A4) is known color: Pale Violet Red. HEX triplet: DC, 74 and A4. RGB value is (220,116,164). Sum of RGB (Red+Green+Blue) = 220+116+164=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74A4 is #238B5B. Grayscale: #989898. Windows color (decimal): -2329436 or 10777820. OLE color: 10777820.
HSL color Cylindrical-coordinate representation of color #DC74A4: hue angle of 332.31º 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 #DC74A4 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 164 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.14 |
| HSL | 332.31º | 0.6% | 0.66% | - |
| HSV(B) | 332.31º | 0.47% | 0.86% | - |
| XYZ | 42.46 | 30.39 | 38.75 | - |
| YUV | 152.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 164 | 0 | 0.47 | 0.25 | 0.14 | 332.31 | 0.6 | 0.66 |
| Hex | DC | 74 | A4 | 0 | 2F | 19 | E | 14C | 3C | 42 |
| Octal | 334 | 164 | 244 | 0 | 57 | 31 | 16 | 514 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10100100 | 0 | 101111 | 11001 | 1110 | 101001100 | 111100 | 1000010 |
Color Harmonies of #DC74A4
Complementary color
Monochromatic Colors of #DC74A4
Black with #DC74A4
Text Example
Text Example
White with #DC74A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74A4; }
p { color: rgb(220,116,164); }
H1.HeaderClassName
{
color: #DC74A4;
}
.AnyTagClassName
{
color: #DC74A4;
}
</style>
background-color css
<style>
a { background-color: #DC74A4; }
a { background-color: rgb(220,116,164); }
div.DivClassName
{
background-color: #DC74A4;
}
.BgClassName
{
background-color: #DC74A4;
}
</style>
border-color css
<style>
span { border-color: #DC74A4; }
span { border-color: rgb(220,116,164); }
td.TdClassName
{
border-color: #DC74A4;
}
.TagClassName
{
border-color: #DC74A4;
}
</style>