Shades of Pale Violet Red #DC709C
Tints of Pale Violet Red #DC709C
RGB
CMYK
RGB Variations
Color information
#DC709C (or 0xDC709C) is known color: Pale Violet Red. HEX triplet: DC, 70 and 9C. RGB value is (220,112,156). Sum of RGB (Red+Green+Blue) = 220+112+156=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC709C is #238F63. Grayscale: #959595. Windows color (decimal): -2330468 or 10252508. OLE color: 10252508.
HSL color Cylindrical-coordinate representation of color #DC709C: hue angle of 335.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC709C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 156 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.14 |
| HSL | 335.56º | 0.61% | 0.65% | - |
| HSV(B) | 335.56º | 0.49% | 0.86% | - |
| XYZ | 41.31 | 29.2 | 34.91 | - |
| YUV | 149.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 156 | 0 | 0.49 | 0.29 | 0.14 | 335.56 | 0.61 | 0.65 |
| Hex | DC | 70 | 9C | 0 | 31 | 1D | E | 150 | 3D | 41 |
| Octal | 334 | 160 | 234 | 0 | 61 | 35 | 16 | 520 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10011100 | 0 | 110001 | 11101 | 1110 | 101010000 | 111101 | 1000001 |
Color Harmonies of #DC709C
Complementary color
Monochromatic Colors of #DC709C
Black with #DC709C
Text Example
Text Example
White with #DC709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC709C; }
p { color: rgb(220,112,156); }
H1.HeaderClassName
{
color: #DC709C;
}
.AnyTagClassName
{
color: #DC709C;
}
</style>
background-color css
<style>
a { background-color: #DC709C; }
a { background-color: rgb(220,112,156); }
div.DivClassName
{
background-color: #DC709C;
}
.BgClassName
{
background-color: #DC709C;
}
</style>
border-color css
<style>
span { border-color: #DC709C; }
span { border-color: rgb(220,112,156); }
td.TdClassName
{
border-color: #DC709C;
}
.TagClassName
{
border-color: #DC709C;
}
</style>