Shades of Pale Violet Red #DC74AD
Tints of Pale Violet Red #DC74AD
RGB
CMYK
RGB Variations
Color information
#DC74AD (or 0xDC74AD) is known color: Pale Violet Red. HEX triplet: DC, 74 and AD. RGB value is (220,116,173). Sum of RGB (Red+Green+Blue) = 220+116+173=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74AD is #238B52. Grayscale: #999999. Windows color (decimal): -2329427 or 11367644. OLE color: 11367644.
HSL color Cylindrical-coordinate representation of color #DC74AD: hue angle of 327.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74AD is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 173 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.14 |
| HSL | 327.12º | 0.6% | 0.66% | - |
| HSV(B) | 327.12º | 0.47% | 0.86% | - |
| XYZ | 43.3 | 30.72 | 43.18 | - |
| YUV | 153.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 173 | 0 | 0.47 | 0.21 | 0.14 | 327.12 | 0.6 | 0.66 |
| Hex | DC | 74 | AD | 0 | 2F | 15 | E | 147 | 3C | 42 |
| Octal | 334 | 164 | 255 | 0 | 57 | 25 | 16 | 507 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10101101 | 0 | 101111 | 10101 | 1110 | 101000111 | 111100 | 1000010 |
Color Harmonies of #DC74AD
Complementary color
Monochromatic Colors of #DC74AD
Black with #DC74AD
Text Example
Text Example
White with #DC74AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74AD; }
p { color: rgb(220,116,173); }
H1.HeaderClassName
{
color: #DC74AD;
}
.AnyTagClassName
{
color: #DC74AD;
}
</style>
background-color css
<style>
a { background-color: #DC74AD; }
a { background-color: rgb(220,116,173); }
div.DivClassName
{
background-color: #DC74AD;
}
.BgClassName
{
background-color: #DC74AD;
}
</style>
border-color css
<style>
span { border-color: #DC74AD; }
span { border-color: rgb(220,116,173); }
td.TdClassName
{
border-color: #DC74AD;
}
.TagClassName
{
border-color: #DC74AD;
}
</style>