Shades of Pale Violet Red #DC739C
Tints of Pale Violet Red #DC739C
RGB
CMYK
RGB Variations
Color information
#DC739C (or 0xDC739C) is known color: Pale Violet Red. HEX triplet: DC, 73 and 9C. RGB value is (220,115,156). Sum of RGB (Red+Green+Blue) = 220+115+156=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC739C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC739C is #238C63. Grayscale: #979797. Windows color (decimal): -2329700 or 10253276. OLE color: 10253276.
HSL color Cylindrical-coordinate representation of color #DC739C: hue angle of 336.57º 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 #DC739C is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 156 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.14 |
| HSL | 336.57º | 0.6% | 0.66% | - |
| HSV(B) | 336.57º | 0.48% | 0.86% | - |
| XYZ | 41.65 | 29.88 | 35.02 | - |
| YUV | 151.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 156 | 0 | 0.48 | 0.29 | 0.14 | 336.57 | 0.6 | 0.66 |
| Hex | DC | 73 | 9C | 0 | 30 | 1D | E | 151 | 3C | 42 |
| Octal | 334 | 163 | 234 | 0 | 60 | 35 | 16 | 521 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10011100 | 0 | 110000 | 11101 | 1110 | 101010001 | 111100 | 1000010 |
Color Harmonies of #DC739C
Complementary color
Monochromatic Colors of #DC739C
Black with #DC739C
Text Example
Text Example
White with #DC739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC739C; }
p { color: rgb(220,115,156); }
H1.HeaderClassName
{
color: #DC739C;
}
.AnyTagClassName
{
color: #DC739C;
}
</style>
background-color css
<style>
a { background-color: #DC739C; }
a { background-color: rgb(220,115,156); }
div.DivClassName
{
background-color: #DC739C;
}
.BgClassName
{
background-color: #DC739C;
}
</style>
border-color css
<style>
span { border-color: #DC739C; }
span { border-color: rgb(220,115,156); }
td.TdClassName
{
border-color: #DC739C;
}
.TagClassName
{
border-color: #DC739C;
}
</style>