Shades of Pale Violet Red #DC799D
Tints of Pale Violet Red #DC799D
RGB
CMYK
RGB Variations
Color information
#DC799D (or 0xDC799D) is known color: Pale Violet Red. HEX triplet: DC, 79 and 9D. RGB value is (220,121,157). Sum of RGB (Red+Green+Blue) = 220+121+157=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC799D is #238662. Grayscale: #9A9A9A. Windows color (decimal): -2328163 or 10320348. OLE color: 10320348.
HSL color Cylindrical-coordinate representation of color #DC799D: hue angle of 338.18º 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 #DC799D is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 157 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.14 |
| HSL | 338.18º | 0.59% | 0.67% | - |
| HSV(B) | 338.18º | 0.45% | 0.86% | - |
| XYZ | 42.44 | 31.32 | 35.71 | - |
| YUV | 154.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 157 | 0 | 0.45 | 0.29 | 0.14 | 338.18 | 0.59 | 0.67 |
| Hex | DC | 79 | 9D | 0 | 2D | 1D | E | 152 | 3B | 43 |
| Octal | 334 | 171 | 235 | 0 | 55 | 35 | 16 | 522 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10011101 | 0 | 101101 | 11101 | 1110 | 101010010 | 111011 | 1000011 |
Color Harmonies of #DC799D
Complementary color
Monochromatic Colors of #DC799D
Black with #DC799D
Text Example
Text Example
White with #DC799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC799D; }
p { color: rgb(220,121,157); }
H1.HeaderClassName
{
color: #DC799D;
}
.AnyTagClassName
{
color: #DC799D;
}
</style>
background-color css
<style>
a { background-color: #DC799D; }
a { background-color: rgb(220,121,157); }
div.DivClassName
{
background-color: #DC799D;
}
.BgClassName
{
background-color: #DC799D;
}
</style>
border-color css
<style>
span { border-color: #DC799D; }
span { border-color: rgb(220,121,157); }
td.TdClassName
{
border-color: #DC799D;
}
.TagClassName
{
border-color: #DC799D;
}
</style>