Shades of Pale Violet Red #DC7A93
Tints of Pale Violet Red #DC7A93
RGB
CMYK
RGB Variations
Color information
#DC7A93 (or 0xDC7A93) is known color: Pale Violet Red. HEX triplet: DC, 7A and 93. RGB value is (220,122,147). Sum of RGB (Red+Green+Blue) = 220+122+147=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A93 is #23856C. Grayscale: #9A9A9A. Windows color (decimal): -2327917 or 9665244. OLE color: 9665244.
HSL color Cylindrical-coordinate representation of color #DC7A93: hue angle of 344.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A93 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 147 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.14 |
| HSL | 344.69º | 0.58% | 0.67% | - |
| HSV(B) | 344.69º | 0.45% | 0.86% | - |
| XYZ | 41.74 | 31.24 | 31.43 | - |
| YUV | 154.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 147 | 0 | 0.45 | 0.33 | 0.14 | 344.69 | 0.58 | 0.67 |
| Hex | DC | 7A | 93 | 0 | 2D | 21 | E | 159 | 3A | 43 |
| Octal | 334 | 172 | 223 | 0 | 55 | 41 | 16 | 531 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10010011 | 0 | 101101 | 100001 | 1110 | 101011001 | 111010 | 1000011 |
Color Harmonies of #DC7A93
Complementary color
Monochromatic Colors of #DC7A93
Black with #DC7A93
Text Example
Text Example
White with #DC7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A93; }
p { color: rgb(220,122,147); }
H1.HeaderClassName
{
color: #DC7A93;
}
.AnyTagClassName
{
color: #DC7A93;
}
</style>
background-color css
<style>
a { background-color: #DC7A93; }
a { background-color: rgb(220,122,147); }
div.DivClassName
{
background-color: #DC7A93;
}
.BgClassName
{
background-color: #DC7A93;
}
</style>
border-color css
<style>
span { border-color: #DC7A93; }
span { border-color: rgb(220,122,147); }
td.TdClassName
{
border-color: #DC7A93;
}
.TagClassName
{
border-color: #DC7A93;
}
</style>