Shades of Pale Violet Red #DC7093
Tints of Pale Violet Red #DC7093
RGB
CMYK
RGB Variations
Color information
#DC7093 (or 0xDC7093) is known color: Pale Violet Red. HEX triplet: DC, 70 and 93. RGB value is (220,112,147). Sum of RGB (Red+Green+Blue) = 220+112+147=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7093 is #238F6C. Grayscale: #949494. Windows color (decimal): -2330477 or 9662684. OLE color: 9662684.
HSL color Cylindrical-coordinate representation of color #DC7093: hue angle of 340.56º 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 #DC7093 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 147 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.14 |
| HSL | 340.56º | 0.61% | 0.65% | - |
| HSV(B) | 340.56º | 0.49% | 0.86% | - |
| XYZ | 40.58 | 28.91 | 31.05 | - |
| YUV | 148.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 147 | 0 | 0.49 | 0.33 | 0.14 | 340.56 | 0.61 | 0.65 |
| Hex | DC | 70 | 93 | 0 | 31 | 21 | E | 155 | 3D | 41 |
| Octal | 334 | 160 | 223 | 0 | 61 | 41 | 16 | 525 | 75 | 101 |
| Binary | 11011100 | 1110000 | 10010011 | 0 | 110001 | 100001 | 1110 | 101010101 | 111101 | 1000001 |
Color Harmonies of #DC7093
Complementary color
Monochromatic Colors of #DC7093
Black with #DC7093
Text Example
Text Example
White with #DC7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7093; }
p { color: rgb(220,112,147); }
H1.HeaderClassName
{
color: #DC7093;
}
.AnyTagClassName
{
color: #DC7093;
}
</style>
background-color css
<style>
a { background-color: #DC7093; }
a { background-color: rgb(220,112,147); }
div.DivClassName
{
background-color: #DC7093;
}
.BgClassName
{
background-color: #DC7093;
}
</style>
border-color css
<style>
span { border-color: #DC7093; }
span { border-color: rgb(220,112,147); }
td.TdClassName
{
border-color: #DC7093;
}
.TagClassName
{
border-color: #DC7093;
}
</style>