Shades of Pale Violet Red #DC789C
Tints of Pale Violet Red #DC789C
RGB
CMYK
RGB Variations
Color information
#DC789C (or 0xDC789C) is known color: Pale Violet Red. HEX triplet: DC, 78 and 9C. RGB value is (220,120,156). Sum of RGB (Red+Green+Blue) = 220+120+156=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC789C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC789C is #238763. Grayscale: #999999. Windows color (decimal): -2328420 or 10254556. OLE color: 10254556.
HSL color Cylindrical-coordinate representation of color #DC789C: hue angle of 338.4º 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 #DC789C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 156 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.14 |
| HSL | 338.4º | 0.59% | 0.67% | - |
| HSV(B) | 338.4º | 0.45% | 0.86% | - |
| XYZ | 42.23 | 31.05 | 35.22 | - |
| YUV | 154 | 129.13 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 156 | 0 | 0.45 | 0.29 | 0.14 | 338.4 | 0.59 | 0.67 |
| Hex | DC | 78 | 9C | 0 | 2D | 1D | E | 152 | 3B | 43 |
| Octal | 334 | 170 | 234 | 0 | 55 | 35 | 16 | 522 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10011100 | 0 | 101101 | 11101 | 1110 | 101010010 | 111011 | 1000011 |
Color Harmonies of #DC789C
Complementary color
Monochromatic Colors of #DC789C
Black with #DC789C
Text Example
Text Example
White with #DC789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC789C; }
p { color: rgb(220,120,156); }
H1.HeaderClassName
{
color: #DC789C;
}
.AnyTagClassName
{
color: #DC789C;
}
</style>
background-color css
<style>
a { background-color: #DC789C; }
a { background-color: rgb(220,120,156); }
div.DivClassName
{
background-color: #DC789C;
}
.BgClassName
{
background-color: #DC789C;
}
</style>
border-color css
<style>
span { border-color: #DC789C; }
span { border-color: rgb(220,120,156); }
td.TdClassName
{
border-color: #DC789C;
}
.TagClassName
{
border-color: #DC789C;
}
</style>