Shades of Pale Violet Red #DC7497
Tints of Pale Violet Red #DC7497
RGB
CMYK
RGB Variations
Color information
#DC7497 (or 0xDC7497) is known color: Pale Violet Red. HEX triplet: DC, 74 and 97. RGB value is (220,116,151). Sum of RGB (Red+Green+Blue) = 220+116+151=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7497 is #238B68. Grayscale: #979797. Windows color (decimal): -2329449 or 9925852. OLE color: 9925852.
HSL color Cylindrical-coordinate representation of color #DC7497: hue angle of 339.81º 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 #DC7497 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 151 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.14 |
| HSL | 339.81º | 0.6% | 0.66% | - |
| HSV(B) | 339.81º | 0.47% | 0.86% | - |
| XYZ | 41.35 | 29.94 | 32.88 | - |
| YUV | 151.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 151 | 0 | 0.47 | 0.31 | 0.14 | 339.81 | 0.6 | 0.66 |
| Hex | DC | 74 | 97 | 0 | 2F | 1F | E | 154 | 3C | 42 |
| Octal | 334 | 164 | 227 | 0 | 57 | 37 | 16 | 524 | 74 | 102 |
| Binary | 11011100 | 1110100 | 10010111 | 0 | 101111 | 11111 | 1110 | 101010100 | 111100 | 1000010 |
Color Harmonies of #DC7497
Complementary color
Monochromatic Colors of #DC7497
Black with #DC7497
Text Example
Text Example
White with #DC7497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7497; }
p { color: rgb(220,116,151); }
H1.HeaderClassName
{
color: #DC7497;
}
.AnyTagClassName
{
color: #DC7497;
}
</style>
background-color css
<style>
a { background-color: #DC7497; }
a { background-color: rgb(220,116,151); }
div.DivClassName
{
background-color: #DC7497;
}
.BgClassName
{
background-color: #DC7497;
}
</style>
border-color css
<style>
span { border-color: #DC7497; }
span { border-color: rgb(220,116,151); }
td.TdClassName
{
border-color: #DC7497;
}
.TagClassName
{
border-color: #DC7497;
}
</style>