Shades of Pale Violet Red #DC739D
Tints of Pale Violet Red #DC739D
RGB
CMYK
RGB Variations
Color information
#DC739D (or 0xDC739D) is known color: Pale Violet Red. HEX triplet: DC, 73 and 9D. RGB value is (220,115,157). Sum of RGB (Red+Green+Blue) = 220+115+157=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC739D is #238C62. Grayscale: #979797. Windows color (decimal): -2329699 or 10318812. OLE color: 10318812.
HSL color Cylindrical-coordinate representation of color #DC739D: hue angle of 336º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC739D is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 157 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.14 |
| HSL | 336º | 0.6% | 0.66% | - |
| HSV(B) | 336º | 0.48% | 0.86% | - |
| XYZ | 41.73 | 29.91 | 35.47 | - |
| YUV | 151.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 157 | 0 | 0.48 | 0.29 | 0.14 | 336 | 0.6 | 0.66 |
| Hex | DC | 73 | 9D | 0 | 30 | 1D | E | 150 | 3C | 42 |
| Octal | 334 | 163 | 235 | 0 | 60 | 35 | 16 | 520 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10011101 | 0 | 110000 | 11101 | 1110 | 101010000 | 111100 | 1000010 |
Color Harmonies of #DC739D
Complementary color
Monochromatic Colors of #DC739D
Black with #DC739D
Text Example
Text Example
White with #DC739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC739D; }
p { color: rgb(220,115,157); }
H1.HeaderClassName
{
color: #DC739D;
}
.AnyTagClassName
{
color: #DC739D;
}
</style>
background-color css
<style>
a { background-color: #DC739D; }
a { background-color: rgb(220,115,157); }
div.DivClassName
{
background-color: #DC739D;
}
.BgClassName
{
background-color: #DC739D;
}
</style>
border-color css
<style>
span { border-color: #DC739D; }
span { border-color: rgb(220,115,157); }
td.TdClassName
{
border-color: #DC739D;
}
.TagClassName
{
border-color: #DC739D;
}
</style>