Shades of Pale Violet Red #DC7294
Tints of Pale Violet Red #DC7294
RGB
CMYK
RGB Variations
Color information
#DC7294 (or 0xDC7294) is known color: Pale Violet Red. HEX triplet: DC, 72 and 94. RGB value is (220,114,148). Sum of RGB (Red+Green+Blue) = 220+114+148=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7294 is #238D6B. Grayscale: #959595. Windows color (decimal): -2329964 or 9728732. OLE color: 9728732.
HSL color Cylindrical-coordinate representation of color #DC7294: hue angle of 340.75º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7294 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 148 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.14 |
| HSL | 340.75º | 0.6% | 0.65% | - |
| HSV(B) | 340.75º | 0.48% | 0.86% | - |
| XYZ | 40.88 | 29.39 | 31.54 | - |
| YUV | 149.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 148 | 0 | 0.48 | 0.33 | 0.14 | 340.75 | 0.6 | 0.65 |
| Hex | DC | 72 | 94 | 0 | 30 | 21 | E | 155 | 3C | 41 |
| Octal | 334 | 162 | 224 | 0 | 60 | 41 | 16 | 525 | 74 | 101 |
| Binary | 11011100 | 1110010 | 10010100 | 0 | 110000 | 100001 | 1110 | 101010101 | 111100 | 1000001 |
Color Harmonies of #DC7294
Complementary color
Monochromatic Colors of #DC7294
Black with #DC7294
Text Example
Text Example
White with #DC7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7294; }
p { color: rgb(220,114,148); }
H1.HeaderClassName
{
color: #DC7294;
}
.AnyTagClassName
{
color: #DC7294;
}
</style>
background-color css
<style>
a { background-color: #DC7294; }
a { background-color: rgb(220,114,148); }
div.DivClassName
{
background-color: #DC7294;
}
.BgClassName
{
background-color: #DC7294;
}
</style>
border-color css
<style>
span { border-color: #DC7294; }
span { border-color: rgb(220,114,148); }
td.TdClassName
{
border-color: #DC7294;
}
.TagClassName
{
border-color: #DC7294;
}
</style>