Shades of Pale Violet Red #DC789E
Tints of Pale Violet Red #DC789E
RGB
CMYK
RGB Variations
Color information
#DC789E (or 0xDC789E) is known color: Pale Violet Red. HEX triplet: DC, 78 and 9E. RGB value is (220,120,158). Sum of RGB (Red+Green+Blue) = 220+120+158=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC789E is #238761. Grayscale: #9A9A9A. Windows color (decimal): -2328418 or 10385628. OLE color: 10385628.
HSL color Cylindrical-coordinate representation of color #DC789E: hue angle of 337.2º 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 #DC789E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 158 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.14 |
| HSL | 337.2º | 0.59% | 0.67% | - |
| HSV(B) | 337.2º | 0.45% | 0.86% | - |
| XYZ | 42.4 | 31.12 | 36.12 | - |
| YUV | 154.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 158 | 0 | 0.45 | 0.28 | 0.14 | 337.2 | 0.59 | 0.67 |
| Hex | DC | 78 | 9E | 0 | 2D | 1C | E | 151 | 3B | 43 |
| Octal | 334 | 170 | 236 | 0 | 55 | 34 | 16 | 521 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10011110 | 0 | 101101 | 11100 | 1110 | 101010001 | 111011 | 1000011 |
Color Harmonies of #DC789E
Complementary color
Monochromatic Colors of #DC789E
Black with #DC789E
Text Example
Text Example
White with #DC789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC789E; }
p { color: rgb(220,120,158); }
H1.HeaderClassName
{
color: #DC789E;
}
.AnyTagClassName
{
color: #DC789E;
}
</style>
background-color css
<style>
a { background-color: #DC789E; }
a { background-color: rgb(220,120,158); }
div.DivClassName
{
background-color: #DC789E;
}
.BgClassName
{
background-color: #DC789E;
}
</style>
border-color css
<style>
span { border-color: #DC789E; }
span { border-color: rgb(220,120,158); }
td.TdClassName
{
border-color: #DC789E;
}
.TagClassName
{
border-color: #DC789E;
}
</style>