Shades of Pale Violet Red #DC729E
Tints of Pale Violet Red #DC729E
RGB
CMYK
RGB Variations
Color information
#DC729E (or 0xDC729E) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9E. RGB value is (220,114,158). Sum of RGB (Red+Green+Blue) = 220+114+158=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729E is #238D61. Grayscale: #969696. Windows color (decimal): -2329954 or 10384092. OLE color: 10384092.
HSL color Cylindrical-coordinate representation of color #DC729E: hue angle of 335.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC729E is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 158 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.14 |
| HSL | 335.09º | 0.6% | 0.65% | - |
| HSV(B) | 335.09º | 0.48% | 0.86% | - |
| XYZ | 41.7 | 29.72 | 35.89 | - |
| YUV | 150.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 158 | 0 | 0.48 | 0.28 | 0.14 | 335.09 | 0.6 | 0.65 |
| Hex | DC | 72 | 9E | 0 | 30 | 1C | E | 14F | 3C | 41 |
| Octal | 334 | 162 | 236 | 0 | 60 | 34 | 16 | 517 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10011110 | 0 | 110000 | 11100 | 1110 | 101001111 | 111100 | 1000001 |
Color Harmonies of #DC729E
Complementary color
Monochromatic Colors of #DC729E
Black with #DC729E
Text Example
Text Example
White with #DC729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC729E; }
p { color: rgb(220,114,158); }
H1.HeaderClassName
{
color: #DC729E;
}
.AnyTagClassName
{
color: #DC729E;
}
</style>
background-color css
<style>
a { background-color: #DC729E; }
a { background-color: rgb(220,114,158); }
div.DivClassName
{
background-color: #DC729E;
}
.BgClassName
{
background-color: #DC729E;
}
</style>
border-color css
<style>
span { border-color: #DC729E; }
span { border-color: rgb(220,114,158); }
td.TdClassName
{
border-color: #DC729E;
}
.TagClassName
{
border-color: #DC729E;
}
</style>