Shades of Pale Violet Red #DC7790
Tints of Pale Violet Red #DC7790
RGB
CMYK
RGB Variations
Color information
#DC7790 (or 0xDC7790) is known color: Pale Violet Red. HEX triplet: DC, 77 and 90. RGB value is (220,119,144). Sum of RGB (Red+Green+Blue) = 220+119+144=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7790 is #23886F. Grayscale: #989898. Windows color (decimal): -2328688 or 9467868. OLE color: 9467868.
HSL color Cylindrical-coordinate representation of color #DC7790: hue angle of 345.15º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7790 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 144 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 345.15º | 0.59% | 0.66% | - |
| HSV(B) | 345.15º | 0.46% | 0.86% | - |
| XYZ | 41.15 | 30.42 | 30.09 | - |
| YUV | 152.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 144 | 0 | 0.46 | 0.35 | 0.14 | 345.15 | 0.59 | 0.66 |
| Hex | DC | 77 | 90 | 0 | 2E | 23 | E | 159 | 3B | 42 |
| Octal | 334 | 167 | 220 | 0 | 56 | 43 | 16 | 531 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10010000 | 0 | 101110 | 100011 | 1110 | 101011001 | 111011 | 1000010 |
Color Harmonies of #DC7790
Complementary color
Monochromatic Colors of #DC7790
Black with #DC7790
Text Example
Text Example
White with #DC7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7790; }
p { color: rgb(220,119,144); }
H1.HeaderClassName
{
color: #DC7790;
}
.AnyTagClassName
{
color: #DC7790;
}
</style>
background-color css
<style>
a { background-color: #DC7790; }
a { background-color: rgb(220,119,144); }
div.DivClassName
{
background-color: #DC7790;
}
.BgClassName
{
background-color: #DC7790;
}
</style>
border-color css
<style>
span { border-color: #DC7790; }
span { border-color: rgb(220,119,144); }
td.TdClassName
{
border-color: #DC7790;
}
.TagClassName
{
border-color: #DC7790;
}
</style>