Shades of Pale Violet Red #DC789F
Tints of Pale Violet Red #DC789F
RGB
CMYK
RGB Variations
Color information
#DC789F (or 0xDC789F) is known color: Pale Violet Red. HEX triplet: DC, 78 and 9F. RGB value is (220,120,159). Sum of RGB (Red+Green+Blue) = 220+120+159=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC789F is #238760. Grayscale: #9A9A9A. Windows color (decimal): -2328417 or 10451164. OLE color: 10451164.
HSL color Cylindrical-coordinate representation of color #DC789F: hue angle of 336.6º 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 #DC789F is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 159 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.14 |
| HSL | 336.6º | 0.59% | 0.67% | - |
| HSV(B) | 336.6º | 0.45% | 0.86% | - |
| XYZ | 42.49 | 31.15 | 36.57 | - |
| YUV | 154.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 159 | 0 | 0.45 | 0.28 | 0.14 | 336.6 | 0.59 | 0.67 |
| Hex | DC | 78 | 9F | 0 | 2D | 1C | E | 151 | 3B | 43 |
| Octal | 334 | 170 | 237 | 0 | 55 | 34 | 16 | 521 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10011111 | 0 | 101101 | 11100 | 1110 | 101010001 | 111011 | 1000011 |
Color Harmonies of #DC789F
Complementary color
Monochromatic Colors of #DC789F
Black with #DC789F
Text Example
Text Example
White with #DC789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC789F; }
p { color: rgb(220,120,159); }
H1.HeaderClassName
{
color: #DC789F;
}
.AnyTagClassName
{
color: #DC789F;
}
</style>
background-color css
<style>
a { background-color: #DC789F; }
a { background-color: rgb(220,120,159); }
div.DivClassName
{
background-color: #DC789F;
}
.BgClassName
{
background-color: #DC789F;
}
</style>
border-color css
<style>
span { border-color: #DC789F; }
span { border-color: rgb(220,120,159); }
td.TdClassName
{
border-color: #DC789F;
}
.TagClassName
{
border-color: #DC789F;
}
</style>