Shades of Pale Violet Red #DC7C9A
Tints of Pale Violet Red #DC7C9A
RGB
CMYK
RGB Variations
Color information
#DC7C9A (or 0xDC7C9A) is known color: Pale Violet Red. HEX triplet: DC, 7C and 9A. RGB value is (220,124,154). Sum of RGB (Red+Green+Blue) = 220+124+154=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7C9A is #238365. Grayscale: #9C9C9C. Windows color (decimal): -2327398 or 10124508. OLE color: 10124508.
HSL color Cylindrical-coordinate representation of color #DC7C9A: hue angle of 341.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7C9A is Cyan = 0, Magento = 0.44, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 154 | - |
| CMYK | 0 | 0.44 | 0.3 | 0.14 |
| HSL | 341.25º | 0.58% | 0.67% | - |
| HSV(B) | 341.25º | 0.44% | 0.86% | - |
| XYZ | 42.56 | 31.96 | 34.5 | - |
| YUV | 156.12 | 126.8 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 154 | 0 | 0.44 | 0.3 | 0.14 | 341.25 | 0.58 | 0.67 |
| Hex | DC | 7C | 9A | 0 | 2C | 1E | E | 155 | 3A | 43 |
| Octal | 334 | 174 | 232 | 0 | 54 | 36 | 16 | 525 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10011010 | 0 | 101100 | 11110 | 1110 | 101010101 | 111010 | 1000011 |
Color Harmonies of #DC7C9A
Complementary color
Monochromatic Colors of #DC7C9A
Black with #DC7C9A
Text Example
Text Example
White with #DC7C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7C9A; }
p { color: rgb(220,124,154); }
H1.HeaderClassName
{
color: #DC7C9A;
}
.AnyTagClassName
{
color: #DC7C9A;
}
</style>
background-color css
<style>
a { background-color: #DC7C9A; }
a { background-color: rgb(220,124,154); }
div.DivClassName
{
background-color: #DC7C9A;
}
.BgClassName
{
background-color: #DC7C9A;
}
</style>
border-color css
<style>
span { border-color: #DC7C9A; }
span { border-color: rgb(220,124,154); }
td.TdClassName
{
border-color: #DC7C9A;
}
.TagClassName
{
border-color: #DC7C9A;
}
</style>