Shades of Pale Violet Red #DC70A3
Tints of Pale Violet Red #DC70A3
RGB
CMYK
RGB Variations
Color information
#DC70A3 (or 0xDC70A3) is known color: Pale Violet Red. HEX triplet: DC, 70 and A3. RGB value is (220,112,163). Sum of RGB (Red+Green+Blue) = 220+112+163=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70A3 is #238F5C. Grayscale: #969696. Windows color (decimal): -2330461 or 10711260. OLE color: 10711260.
HSL color Cylindrical-coordinate representation of color #DC70A3: hue angle of 331.67º 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 #DC70A3 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 163 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.14 |
| HSL | 331.67º | 0.61% | 0.65% | - |
| HSV(B) | 331.67º | 0.49% | 0.86% | - |
| XYZ | 41.92 | 29.45 | 38.12 | - |
| YUV | 150.11 | 135.28 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 163 | 0 | 0.49 | 0.26 | 0.14 | 331.67 | 0.61 | 0.65 |
| Hex | DC | 70 | A3 | 0 | 31 | 1A | E | 14C | 3D | 41 |
| Octal | 334 | 160 | 243 | 0 | 61 | 32 | 16 | 514 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10100011 | 0 | 110001 | 11010 | 1110 | 101001100 | 111101 | 1000001 |
Color Harmonies of #DC70A3
Complementary color
Monochromatic Colors of #DC70A3
Black with #DC70A3
Text Example
Text Example
White with #DC70A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70A3; }
p { color: rgb(220,112,163); }
H1.HeaderClassName
{
color: #DC70A3;
}
.AnyTagClassName
{
color: #DC70A3;
}
</style>
background-color css
<style>
a { background-color: #DC70A3; }
a { background-color: rgb(220,112,163); }
div.DivClassName
{
background-color: #DC70A3;
}
.BgClassName
{
background-color: #DC70A3;
}
</style>
border-color css
<style>
span { border-color: #DC70A3; }
span { border-color: rgb(220,112,163); }
td.TdClassName
{
border-color: #DC70A3;
}
.TagClassName
{
border-color: #DC70A3;
}
</style>