Shades of Pale Violet Red #DC7694
Tints of Pale Violet Red #DC7694
RGB
CMYK
RGB Variations
Color information
#DC7694 (or 0xDC7694) is known color: Pale Violet Red. HEX triplet: DC, 76 and 94. RGB value is (220,118,148). Sum of RGB (Red+Green+Blue) = 220+118+148=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7694 is #23896B. Grayscale: #979797. Windows color (decimal): -2328940 or 9729756. OLE color: 9729756.
HSL color Cylindrical-coordinate representation of color #DC7694: hue angle of 342.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7694 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 148 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.14 |
| HSL | 342.35º | 0.59% | 0.66% | - |
| HSV(B) | 342.35º | 0.46% | 0.86% | - |
| XYZ | 41.34 | 30.31 | 31.69 | - |
| YUV | 151.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 148 | 0 | 0.46 | 0.33 | 0.14 | 342.35 | 0.59 | 0.66 |
| Hex | DC | 76 | 94 | 0 | 2E | 21 | E | 156 | 3B | 42 |
| Octal | 334 | 166 | 224 | 0 | 56 | 41 | 16 | 526 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10010100 | 0 | 101110 | 100001 | 1110 | 101010110 | 111011 | 1000010 |
Color Harmonies of #DC7694
Complementary color
Monochromatic Colors of #DC7694
Black with #DC7694
Text Example
Text Example
White with #DC7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7694; }
p { color: rgb(220,118,148); }
H1.HeaderClassName
{
color: #DC7694;
}
.AnyTagClassName
{
color: #DC7694;
}
</style>
background-color css
<style>
a { background-color: #DC7694; }
a { background-color: rgb(220,118,148); }
div.DivClassName
{
background-color: #DC7694;
}
.BgClassName
{
background-color: #DC7694;
}
</style>
border-color css
<style>
span { border-color: #DC7694; }
span { border-color: rgb(220,118,148); }
td.TdClassName
{
border-color: #DC7694;
}
.TagClassName
{
border-color: #DC7694;
}
</style>