Shades of Pale Violet Red #DC729F
Tints of Pale Violet Red #DC729F
RGB
CMYK
RGB Variations
Color information
#DC729F (or 0xDC729F) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9F. RGB value is (220,114,159). Sum of RGB (Red+Green+Blue) = 220+114+159=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729F is #238D60. Grayscale: #969696. Windows color (decimal): -2329953 or 10449628. OLE color: 10449628.
HSL color Cylindrical-coordinate representation of color #DC729F: hue angle of 334.53º 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 #DC729F is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 159 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.14 |
| HSL | 334.53º | 0.6% | 0.65% | - |
| HSV(B) | 334.53º | 0.48% | 0.86% | - |
| XYZ | 41.79 | 29.75 | 36.34 | - |
| YUV | 150.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 159 | 0 | 0.48 | 0.28 | 0.14 | 334.53 | 0.6 | 0.65 |
| Hex | DC | 72 | 9F | 0 | 30 | 1C | E | 14F | 3C | 41 |
| Octal | 334 | 162 | 237 | 0 | 60 | 34 | 16 | 517 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10011111 | 0 | 110000 | 11100 | 1110 | 101001111 | 111100 | 1000001 |
Color Harmonies of #DC729F
Complementary color
Monochromatic Colors of #DC729F
Black with #DC729F
Text Example
Text Example
White with #DC729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC729F; }
p { color: rgb(220,114,159); }
H1.HeaderClassName
{
color: #DC729F;
}
.AnyTagClassName
{
color: #DC729F;
}
</style>
background-color css
<style>
a { background-color: #DC729F; }
a { background-color: rgb(220,114,159); }
div.DivClassName
{
background-color: #DC729F;
}
.BgClassName
{
background-color: #DC729F;
}
</style>
border-color css
<style>
span { border-color: #DC729F; }
span { border-color: rgb(220,114,159); }
td.TdClassName
{
border-color: #DC729F;
}
.TagClassName
{
border-color: #DC729F;
}
</style>