Shades of Pale Violet Red #DC70AD
Tints of Pale Violet Red #DC70AD
RGB
CMYK
RGB Variations
Color information
#DC70AD (or 0xDC70AD) is known color: Pale Violet Red. HEX triplet: DC, 70 and AD. RGB value is (220,112,173). Sum of RGB (Red+Green+Blue) = 220+112+173=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70AD is #238F52. Grayscale: #979797. Windows color (decimal): -2330451 or 11366620. OLE color: 11366620.
HSL color Cylindrical-coordinate representation of color #DC70AD: hue angle of 326.11º 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 #DC70AD is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 173 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.14 |
| HSL | 326.11º | 0.61% | 0.65% | - |
| HSV(B) | 326.11º | 0.49% | 0.86% | - |
| XYZ | 42.85 | 29.82 | 43.03 | - |
| YUV | 151.25 | 140.28 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 173 | 0 | 0.49 | 0.21 | 0.14 | 326.11 | 0.61 | 0.65 |
| Hex | DC | 70 | AD | 0 | 31 | 15 | E | 146 | 3D | 41 |
| Octal | 334 | 160 | 255 | 0 | 61 | 25 | 16 | 506 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10101101 | 0 | 110001 | 10101 | 1110 | 101000110 | 111101 | 1000001 |
Color Harmonies of #DC70AD
Complementary color
Monochromatic Colors of #DC70AD
Black with #DC70AD
Text Example
Text Example
White with #DC70AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC70AD; }
p { color: rgb(220,112,173); }
H1.HeaderClassName
{
color: #DC70AD;
}
.AnyTagClassName
{
color: #DC70AD;
}
</style>
background-color css
<style>
a { background-color: #DC70AD; }
a { background-color: rgb(220,112,173); }
div.DivClassName
{
background-color: #DC70AD;
}
.BgClassName
{
background-color: #DC70AD;
}
</style>
border-color css
<style>
span { border-color: #DC70AD; }
span { border-color: rgb(220,112,173); }
td.TdClassName
{
border-color: #DC70AD;
}
.TagClassName
{
border-color: #DC70AD;
}
</style>