Shades of Pale Violet Red #DC7493
Tints of Pale Violet Red #DC7493
RGB
CMYK
RGB Variations
Color information
#DC7493 (or 0xDC7493) is known color: Pale Violet Red. HEX triplet: DC, 74 and 93. RGB value is (220,116,147). Sum of RGB (Red+Green+Blue) = 220+116+147=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7493 is #238B6C. Grayscale: #969696. Windows color (decimal): -2329453 or 9663708. OLE color: 9663708.
HSL color Cylindrical-coordinate representation of color #DC7493: hue angle of 342.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 #DC7493 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 147 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.14 |
| HSL | 342.12º | 0.6% | 0.66% | - |
| HSV(B) | 342.12º | 0.47% | 0.86% | - |
| XYZ | 41.03 | 29.81 | 31.2 | - |
| YUV | 150.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 147 | 0 | 0.47 | 0.33 | 0.14 | 342.12 | 0.6 | 0.66 |
| Hex | DC | 74 | 93 | 0 | 2F | 21 | E | 156 | 3C | 42 |
| Octal | 334 | 164 | 223 | 0 | 57 | 41 | 16 | 526 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10010011 | 0 | 101111 | 100001 | 1110 | 101010110 | 111100 | 1000010 |
Color Harmonies of #DC7493
Complementary color
Monochromatic Colors of #DC7493
Black with #DC7493
Text Example
Text Example
White with #DC7493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7493; }
p { color: rgb(220,116,147); }
H1.HeaderClassName
{
color: #DC7493;
}
.AnyTagClassName
{
color: #DC7493;
}
</style>
background-color css
<style>
a { background-color: #DC7493; }
a { background-color: rgb(220,116,147); }
div.DivClassName
{
background-color: #DC7493;
}
.BgClassName
{
background-color: #DC7493;
}
</style>
border-color css
<style>
span { border-color: #DC7493; }
span { border-color: rgb(220,116,147); }
td.TdClassName
{
border-color: #DC7493;
}
.TagClassName
{
border-color: #DC7493;
}
</style>