Shades of Pale Violet Red #DC70A6
Tints of Pale Violet Red #DC70A6
RGB
CMYK
RGB Variations
Color information
#DC70A6 (or 0xDC70A6) is known color: Pale Violet Red. HEX triplet: DC, 70 and A6. RGB value is (220,112,166). Sum of RGB (Red+Green+Blue) = 220+112+166=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70A6 is #238F59. Grayscale: #969696. Windows color (decimal): -2330458 or 10907868. OLE color: 10907868.
HSL color Cylindrical-coordinate representation of color #DC70A6: hue angle of 330º 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 #DC70A6 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 166 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.14 |
| HSL | 330º | 0.61% | 0.65% | - |
| HSV(B) | 330º | 0.49% | 0.86% | - |
| XYZ | 42.19 | 29.56 | 39.56 | - |
| YUV | 150.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 166 | 0 | 0.49 | 0.25 | 0.14 | 330 | 0.61 | 0.65 |
| Hex | DC | 70 | A6 | 0 | 31 | 19 | E | 14A | 3D | 41 |
| Octal | 334 | 160 | 246 | 0 | 61 | 31 | 16 | 512 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10100110 | 0 | 110001 | 11001 | 1110 | 101001010 | 111101 | 1000001 |
Color Harmonies of #DC70A6
Complementary color
Monochromatic Colors of #DC70A6
Black with #DC70A6
Text Example
Text Example
White with #DC70A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70A6; }
p { color: rgb(220,112,166); }
H1.HeaderClassName
{
color: #DC70A6;
}
.AnyTagClassName
{
color: #DC70A6;
}
</style>
background-color css
<style>
a { background-color: #DC70A6; }
a { background-color: rgb(220,112,166); }
div.DivClassName
{
background-color: #DC70A6;
}
.BgClassName
{
background-color: #DC70A6;
}
</style>
border-color css
<style>
span { border-color: #DC70A6; }
span { border-color: rgb(220,112,166); }
td.TdClassName
{
border-color: #DC70A6;
}
.TagClassName
{
border-color: #DC70A6;
}
</style>