Shades of Pale Violet Red #DC7B96
Tints of Pale Violet Red #DC7B96
RGB
CMYK
RGB Variations
Color information
#DC7B96 (or 0xDC7B96) is known color: Pale Violet Red. HEX triplet: DC, 7B and 96. RGB value is (220,123,150). Sum of RGB (Red+Green+Blue) = 220+123+150=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B96 is #238469. Grayscale: #9B9B9B. Windows color (decimal): -2327658 or 9862108. OLE color: 9862108.
HSL color Cylindrical-coordinate representation of color #DC7B96: hue angle of 343.3º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B96 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 150 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.14 |
| HSL | 343.3º | 0.58% | 0.67% | - |
| HSV(B) | 343.3º | 0.44% | 0.86% | - |
| XYZ | 42.1 | 31.58 | 32.73 | - |
| YUV | 155.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 150 | 0 | 0.44 | 0.32 | 0.14 | 343.3 | 0.58 | 0.67 |
| Hex | DC | 7B | 96 | 0 | 2C | 20 | E | 157 | 3A | 43 |
| Octal | 334 | 173 | 226 | 0 | 54 | 40 | 16 | 527 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10010110 | 0 | 101100 | 100000 | 1110 | 101010111 | 111010 | 1000011 |
Color Harmonies of #DC7B96
Complementary color
Monochromatic Colors of #DC7B96
Black with #DC7B96
Text Example
Text Example
White with #DC7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B96; }
p { color: rgb(220,123,150); }
H1.HeaderClassName
{
color: #DC7B96;
}
.AnyTagClassName
{
color: #DC7B96;
}
</style>
background-color css
<style>
a { background-color: #DC7B96; }
a { background-color: rgb(220,123,150); }
div.DivClassName
{
background-color: #DC7B96;
}
.BgClassName
{
background-color: #DC7B96;
}
</style>
border-color css
<style>
span { border-color: #DC7B96; }
span { border-color: rgb(220,123,150); }
td.TdClassName
{
border-color: #DC7B96;
}
.TagClassName
{
border-color: #DC7B96;
}
</style>