Shades of Pale Violet Red #DC7A98
Tints of Pale Violet Red #DC7A98
RGB
CMYK
RGB Variations
Color information
#DC7A98 (or 0xDC7A98) is known color: Pale Violet Red. HEX triplet: DC, 7A and 98. RGB value is (220,122,152). Sum of RGB (Red+Green+Blue) = 220+122+152=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A98 is #238567. Grayscale: #9A9A9A. Windows color (decimal): -2327912 or 9992924. OLE color: 9992924.
HSL color Cylindrical-coordinate representation of color #DC7A98: hue angle of 341.63º 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 #DC7A98 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 152 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.14 |
| HSL | 341.63º | 0.58% | 0.67% | - |
| HSV(B) | 341.63º | 0.45% | 0.86% | - |
| XYZ | 42.14 | 31.4 | 33.55 | - |
| YUV | 154.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 152 | 0 | 0.45 | 0.31 | 0.14 | 341.63 | 0.58 | 0.67 |
| Hex | DC | 7A | 98 | 0 | 2D | 1F | E | 156 | 3A | 43 |
| Octal | 334 | 172 | 230 | 0 | 55 | 37 | 16 | 526 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10011000 | 0 | 101101 | 11111 | 1110 | 101010110 | 111010 | 1000011 |
Color Harmonies of #DC7A98
Complementary color
Monochromatic Colors of #DC7A98
Black with #DC7A98
Text Example
Text Example
White with #DC7A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A98; }
p { color: rgb(220,122,152); }
H1.HeaderClassName
{
color: #DC7A98;
}
.AnyTagClassName
{
color: #DC7A98;
}
</style>
background-color css
<style>
a { background-color: #DC7A98; }
a { background-color: rgb(220,122,152); }
div.DivClassName
{
background-color: #DC7A98;
}
.BgClassName
{
background-color: #DC7A98;
}
</style>
border-color css
<style>
span { border-color: #DC7A98; }
span { border-color: rgb(220,122,152); }
td.TdClassName
{
border-color: #DC7A98;
}
.TagClassName
{
border-color: #DC7A98;
}
</style>