Shades of Pale Violet Red #DC7494
Tints of Pale Violet Red #DC7494
RGB
CMYK
RGB Variations
Color information
#DC7494 (or 0xDC7494) is known color: Pale Violet Red. HEX triplet: DC, 74 and 94. RGB value is (220,116,148). Sum of RGB (Red+Green+Blue) = 220+116+148=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7494 is #238B6B. Grayscale: #969696. Windows color (decimal): -2329452 or 9729244. OLE color: 9729244.
HSL color Cylindrical-coordinate representation of color #DC7494: hue angle of 341.54º 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 #DC7494 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 148 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.14 |
| HSL | 341.54º | 0.6% | 0.66% | - |
| HSV(B) | 341.54º | 0.47% | 0.86% | - |
| XYZ | 41.11 | 29.84 | 31.61 | - |
| YUV | 150.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 148 | 0 | 0.47 | 0.33 | 0.14 | 341.54 | 0.6 | 0.66 |
| Hex | DC | 74 | 94 | 0 | 2F | 21 | E | 156 | 3C | 42 |
| Octal | 334 | 164 | 224 | 0 | 57 | 41 | 16 | 526 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10010100 | 0 | 101111 | 100001 | 1110 | 101010110 | 111100 | 1000010 |
Color Harmonies of #DC7494
Complementary color
Monochromatic Colors of #DC7494
Black with #DC7494
Text Example
Text Example
White with #DC7494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7494; }
p { color: rgb(220,116,148); }
H1.HeaderClassName
{
color: #DC7494;
}
.AnyTagClassName
{
color: #DC7494;
}
</style>
background-color css
<style>
a { background-color: #DC7494; }
a { background-color: rgb(220,116,148); }
div.DivClassName
{
background-color: #DC7494;
}
.BgClassName
{
background-color: #DC7494;
}
</style>
border-color css
<style>
span { border-color: #DC7494; }
span { border-color: rgb(220,116,148); }
td.TdClassName
{
border-color: #DC7494;
}
.TagClassName
{
border-color: #DC7494;
}
</style>