Shades of Pale Violet Red #DC739E
Tints of Pale Violet Red #DC739E
RGB
CMYK
RGB Variations
Color information
#DC739E (or 0xDC739E) is known color: Pale Violet Red. HEX triplet: DC, 73 and 9E. RGB value is (220,115,158). Sum of RGB (Red+Green+Blue) = 220+115+158=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC739E is #238C61. Grayscale: #979797. Windows color (decimal): -2329698 or 10384348. OLE color: 10384348.
HSL color Cylindrical-coordinate representation of color #DC739E: hue angle of 335.43º 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 #DC739E is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 158 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.14 |
| HSL | 335.43º | 0.6% | 0.66% | - |
| HSV(B) | 335.43º | 0.48% | 0.86% | - |
| XYZ | 41.82 | 29.95 | 35.92 | - |
| YUV | 151.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 158 | 0 | 0.48 | 0.28 | 0.14 | 335.43 | 0.6 | 0.66 |
| Hex | DC | 73 | 9E | 0 | 30 | 1C | E | 14F | 3C | 42 |
| Octal | 334 | 163 | 236 | 0 | 60 | 34 | 16 | 517 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10011110 | 0 | 110000 | 11100 | 1110 | 101001111 | 111100 | 1000010 |
Color Harmonies of #DC739E
Complementary color
Monochromatic Colors of #DC739E
Black with #DC739E
Text Example
Text Example
White with #DC739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC739E; }
p { color: rgb(220,115,158); }
H1.HeaderClassName
{
color: #DC739E;
}
.AnyTagClassName
{
color: #DC739E;
}
</style>
background-color css
<style>
a { background-color: #DC739E; }
a { background-color: rgb(220,115,158); }
div.DivClassName
{
background-color: #DC739E;
}
.BgClassName
{
background-color: #DC739E;
}
</style>
border-color css
<style>
span { border-color: #DC739E; }
span { border-color: rgb(220,115,158); }
td.TdClassName
{
border-color: #DC739E;
}
.TagClassName
{
border-color: #DC739E;
}
</style>