Shades of Pale Violet Red #DC799A
Tints of Pale Violet Red #DC799A
RGB
CMYK
RGB Variations
Color information
#DC799A (or 0xDC799A) is known color: Pale Violet Red. HEX triplet: DC, 79 and 9A. RGB value is (220,121,154). Sum of RGB (Red+Green+Blue) = 220+121+154=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC799A is #238665. Grayscale: #9A9A9A. Windows color (decimal): -2328166 or 10123740. OLE color: 10123740.
HSL color Cylindrical-coordinate representation of color #DC799A: hue angle of 340º 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 #DC799A is Cyan = 0, Magento = 0.45, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 154 | - |
| CMYK | 0 | 0.45 | 0.3 | 0.14 |
| HSL | 340º | 0.59% | 0.67% | - |
| HSV(B) | 340º | 0.45% | 0.86% | - |
| XYZ | 42.19 | 31.22 | 34.38 | - |
| YUV | 154.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 154 | 0 | 0.45 | 0.3 | 0.14 | 340 | 0.59 | 0.67 |
| Hex | DC | 79 | 9A | 0 | 2D | 1E | E | 154 | 3B | 43 |
| Octal | 334 | 171 | 232 | 0 | 55 | 36 | 16 | 524 | 73 | 103 |
| Binary | 11011100 | 1111001 | 10011010 | 0 | 101101 | 11110 | 1110 | 101010100 | 111011 | 1000011 |
Color Harmonies of #DC799A
Complementary color
Monochromatic Colors of #DC799A
Black with #DC799A
Text Example
Text Example
White with #DC799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC799A; }
p { color: rgb(220,121,154); }
H1.HeaderClassName
{
color: #DC799A;
}
.AnyTagClassName
{
color: #DC799A;
}
</style>
background-color css
<style>
a { background-color: #DC799A; }
a { background-color: rgb(220,121,154); }
div.DivClassName
{
background-color: #DC799A;
}
.BgClassName
{
background-color: #DC799A;
}
</style>
border-color css
<style>
span { border-color: #DC799A; }
span { border-color: rgb(220,121,154); }
td.TdClassName
{
border-color: #DC799A;
}
.TagClassName
{
border-color: #DC799A;
}
</style>