Shades of Pale Violet Red #DC7590
Tints of Pale Violet Red #DC7590
RGB
CMYK
RGB Variations
Color information
#DC7590 (or 0xDC7590) is known color: Pale Violet Red. HEX triplet: DC, 75 and 90. RGB value is (220,117,144). Sum of RGB (Red+Green+Blue) = 220+117+144=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7590 is #238A6F. Grayscale: #969696. Windows color (decimal): -2329200 or 9467356. OLE color: 9467356.
HSL color Cylindrical-coordinate representation of color #DC7590: hue angle of 344.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7590 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 144 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.14 |
| HSL | 344.27º | 0.6% | 0.66% | - |
| HSV(B) | 344.27º | 0.47% | 0.86% | - |
| XYZ | 40.91 | 29.95 | 30.01 | - |
| YUV | 150.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 144 | 0 | 0.47 | 0.35 | 0.14 | 344.27 | 0.6 | 0.66 |
| Hex | DC | 75 | 90 | 0 | 2F | 23 | E | 158 | 3C | 42 |
| Octal | 334 | 165 | 220 | 0 | 57 | 43 | 16 | 530 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10010000 | 0 | 101111 | 100011 | 1110 | 101011000 | 111100 | 1000010 |
Color Harmonies of #DC7590
Complementary color
Monochromatic Colors of #DC7590
Black with #DC7590
Text Example
Text Example
White with #DC7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7590; }
p { color: rgb(220,117,144); }
H1.HeaderClassName
{
color: #DC7590;
}
.AnyTagClassName
{
color: #DC7590;
}
</style>
background-color css
<style>
a { background-color: #DC7590; }
a { background-color: rgb(220,117,144); }
div.DivClassName
{
background-color: #DC7590;
}
.BgClassName
{
background-color: #DC7590;
}
</style>
border-color css
<style>
span { border-color: #DC7590; }
span { border-color: rgb(220,117,144); }
td.TdClassName
{
border-color: #DC7590;
}
.TagClassName
{
border-color: #DC7590;
}
</style>