Shades of Pale Violet Red #DC7993
Tints of Pale Violet Red #DC7993
RGB
CMYK
RGB Variations
Color information
#DC7993 (or 0xDC7993) is known color: Pale Violet Red. HEX triplet: DC, 79 and 93. RGB value is (220,121,147). Sum of RGB (Red+Green+Blue) = 220+121+147=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7993 is #23866C. Grayscale: #999999. Windows color (decimal): -2328173 or 9664988. OLE color: 9664988.
HSL color Cylindrical-coordinate representation of color #DC7993: hue angle of 344.24º degrees, saturation: 0.59, 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 #DC7993 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 147 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.14 |
| HSL | 344.24º | 0.59% | 0.67% | - |
| HSV(B) | 344.24º | 0.45% | 0.86% | - |
| XYZ | 41.62 | 31 | 31.39 | - |
| YUV | 153.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 147 | 0 | 0.45 | 0.33 | 0.14 | 344.24 | 0.59 | 0.67 |
| Hex | DC | 79 | 93 | 0 | 2D | 21 | E | 158 | 3B | 43 |
| Octal | 334 | 171 | 223 | 0 | 55 | 41 | 16 | 530 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10010011 | 0 | 101101 | 100001 | 1110 | 101011000 | 111011 | 1000011 |
Color Harmonies of #DC7993
Complementary color
Monochromatic Colors of #DC7993
Black with #DC7993
Text Example
Text Example
White with #DC7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7993; }
p { color: rgb(220,121,147); }
H1.HeaderClassName
{
color: #DC7993;
}
.AnyTagClassName
{
color: #DC7993;
}
</style>
background-color css
<style>
a { background-color: #DC7993; }
a { background-color: rgb(220,121,147); }
div.DivClassName
{
background-color: #DC7993;
}
.BgClassName
{
background-color: #DC7993;
}
</style>
border-color css
<style>
span { border-color: #DC7993; }
span { border-color: rgb(220,121,147); }
td.TdClassName
{
border-color: #DC7993;
}
.TagClassName
{
border-color: #DC7993;
}
</style>