Shades of Pale Violet Red #DC7599
Tints of Pale Violet Red #DC7599
RGB
CMYK
RGB Variations
Color information
#DC7599 (or 0xDC7599) is known color: Pale Violet Red. HEX triplet: DC, 75 and 99. RGB value is (220,117,153). Sum of RGB (Red+Green+Blue) = 220+117+153=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7599 is #238A66. Grayscale: #979797. Windows color (decimal): -2329191 or 10057180. OLE color: 10057180.
HSL color Cylindrical-coordinate representation of color #DC7599: hue angle of 339.03º 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 #DC7599 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 153 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.14 |
| HSL | 339.03º | 0.6% | 0.66% | - |
| HSV(B) | 339.03º | 0.47% | 0.86% | - |
| XYZ | 41.63 | 30.24 | 33.78 | - |
| YUV | 151.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 153 | 0 | 0.47 | 0.30 | 0.14 | 339.03 | 0.6 | 0.66 |
| Hex | DC | 75 | 99 | 0 | 2F | 1E | E | 153 | 3C | 42 |
| Octal | 334 | 165 | 231 | 0 | 57 | 36 | 16 | 523 | 74 | 102 |
| Binary | 11011100 | 1110101 | 10011001 | 0 | 101111 | 11110 | 1110 | 101010011 | 111100 | 1000010 |
Color Harmonies of #DC7599
Complementary color
Monochromatic Colors of #DC7599
Black with #DC7599
Text Example
Text Example
White with #DC7599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7599; }
p { color: rgb(220,117,153); }
H1.HeaderClassName
{
color: #DC7599;
}
.AnyTagClassName
{
color: #DC7599;
}
</style>
background-color css
<style>
a { background-color: #DC7599; }
a { background-color: rgb(220,117,153); }
div.DivClassName
{
background-color: #DC7599;
}
.BgClassName
{
background-color: #DC7599;
}
</style>
border-color css
<style>
span { border-color: #DC7599; }
span { border-color: rgb(220,117,153); }
td.TdClassName
{
border-color: #DC7599;
}
.TagClassName
{
border-color: #DC7599;
}
</style>