Shades of Pale Violet Red #DC70A9
Tints of Pale Violet Red #DC70A9
RGB
CMYK
RGB Variations
Color information
#DC70A9 (or 0xDC70A9) is known color: Pale Violet Red. HEX triplet: DC, 70 and A9. RGB value is (220,112,169). Sum of RGB (Red+Green+Blue) = 220+112+169=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70A9 is #238F56. Grayscale: #969696. Windows color (decimal): -2330455 or 11104476. OLE color: 11104476.
HSL color Cylindrical-coordinate representation of color #DC70A9: hue angle of 328.33º 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 #DC70A9 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 169 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.14 |
| HSL | 328.33º | 0.61% | 0.65% | - |
| HSV(B) | 328.33º | 0.49% | 0.86% | - |
| XYZ | 42.47 | 29.67 | 41.02 | - |
| YUV | 150.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 169 | 0 | 0.49 | 0.23 | 0.14 | 328.33 | 0.61 | 0.65 |
| Hex | DC | 70 | A9 | 0 | 31 | 17 | E | 148 | 3D | 41 |
| Octal | 334 | 160 | 251 | 0 | 61 | 27 | 16 | 510 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10101001 | 0 | 110001 | 10111 | 1110 | 101001000 | 111101 | 1000001 |
Color Harmonies of #DC70A9
Complementary color
Monochromatic Colors of #DC70A9
Black with #DC70A9
Text Example
Text Example
White with #DC70A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70A9; }
p { color: rgb(220,112,169); }
H1.HeaderClassName
{
color: #DC70A9;
}
.AnyTagClassName
{
color: #DC70A9;
}
</style>
background-color css
<style>
a { background-color: #DC70A9; }
a { background-color: rgb(220,112,169); }
div.DivClassName
{
background-color: #DC70A9;
}
.BgClassName
{
background-color: #DC70A9;
}
</style>
border-color css
<style>
span { border-color: #DC70A9; }
span { border-color: rgb(220,112,169); }
td.TdClassName
{
border-color: #DC70A9;
}
.TagClassName
{
border-color: #DC70A9;
}
</style>