Shades of Pale Violet Red #DC729A
Tints of Pale Violet Red #DC729A
RGB
CMYK
RGB Variations
Color information
#DC729A (or 0xDC729A) is known color: Pale Violet Red. HEX triplet: DC, 72 and 9A. RGB value is (220,114,154). Sum of RGB (Red+Green+Blue) = 220+114+154=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC729A is #238D65. Grayscale: #969696. Windows color (decimal): -2329958 or 10121948. OLE color: 10121948.
HSL color Cylindrical-coordinate representation of color #DC729A: hue angle of 337.36º 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 #DC729A is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 154 | - |
| CMYK | 0 | 0.48 | 0.3 | 0.14 |
| HSL | 337.36º | 0.6% | 0.65% | - |
| HSV(B) | 337.36º | 0.48% | 0.86% | - |
| XYZ | 41.37 | 29.58 | 34.1 | - |
| YUV | 150.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 154 | 0 | 0.48 | 0.3 | 0.14 | 337.36 | 0.6 | 0.65 |
| Hex | DC | 72 | 9A | 0 | 30 | 1E | E | 151 | 3C | 41 |
| Octal | 334 | 162 | 232 | 0 | 60 | 36 | 16 | 521 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10011010 | 0 | 110000 | 11110 | 1110 | 101010001 | 111100 | 1000001 |
Color Harmonies of #DC729A
Complementary color
Monochromatic Colors of #DC729A
Black with #DC729A
Text Example
Text Example
White with #DC729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC729A; }
p { color: rgb(220,114,154); }
H1.HeaderClassName
{
color: #DC729A;
}
.AnyTagClassName
{
color: #DC729A;
}
</style>
background-color css
<style>
a { background-color: #DC729A; }
a { background-color: rgb(220,114,154); }
div.DivClassName
{
background-color: #DC729A;
}
.BgClassName
{
background-color: #DC729A;
}
</style>
border-color css
<style>
span { border-color: #DC729A; }
span { border-color: rgb(220,114,154); }
td.TdClassName
{
border-color: #DC729A;
}
.TagClassName
{
border-color: #DC729A;
}
</style>