Shades of Pale Violet Red #DC788F
Tints of Pale Violet Red #DC788F
RGB
CMYK
RGB Variations
Color information
#DC788F (or 0xDC788F) is known color: Pale Violet Red. HEX triplet: DC, 78 and 8F. RGB value is (220,120,143). Sum of RGB (Red+Green+Blue) = 220+120+143=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC788F is #238770. Grayscale: #989898. Windows color (decimal): -2328433 or 9402588. OLE color: 9402588.
HSL color Cylindrical-coordinate representation of color #DC788F: hue angle of 346.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 #DC788F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 143 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.14 |
| HSL | 346.2º | 0.59% | 0.67% | - |
| HSV(B) | 346.2º | 0.45% | 0.86% | - |
| XYZ | 41.19 | 30.63 | 29.73 | - |
| YUV | 152.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 143 | 0 | 0.45 | 0.35 | 0.14 | 346.2 | 0.59 | 0.67 |
| Hex | DC | 78 | 8F | 0 | 2D | 23 | E | 15A | 3B | 43 |
| Octal | 334 | 170 | 217 | 0 | 55 | 43 | 16 | 532 | 73 | 103 |
| Binary | 11011100 | 1111000 | 10001111 | 0 | 101101 | 100011 | 1110 | 101011010 | 111011 | 1000011 |
Color Harmonies of #DC788F
Complementary color
Monochromatic Colors of #DC788F
Black with #DC788F
Text Example
Text Example
White with #DC788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC788F; }
p { color: rgb(220,120,143); }
H1.HeaderClassName
{
color: #DC788F;
}
.AnyTagClassName
{
color: #DC788F;
}
</style>
background-color css
<style>
a { background-color: #DC788F; }
a { background-color: rgb(220,120,143); }
div.DivClassName
{
background-color: #DC788F;
}
.BgClassName
{
background-color: #DC788F;
}
</style>
border-color css
<style>
span { border-color: #DC788F; }
span { border-color: rgb(220,120,143); }
td.TdClassName
{
border-color: #DC788F;
}
.TagClassName
{
border-color: #DC788F;
}
</style>