Shades of Pale Violet Red #DC7BA3
Tints of Pale Violet Red #DC7BA3
RGB
CMYK
RGB Variations
Color information
#DC7BA3 (or 0xDC7BA3) is known color: Pale Violet Red. HEX triplet: DC, 7B and A3. RGB value is (220,123,163). Sum of RGB (Red+Green+Blue) = 220+123+163=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BA3 is #23845C. Grayscale: #9C9C9C. Windows color (decimal): -2327645 or 10714076. OLE color: 10714076.
HSL color Cylindrical-coordinate representation of color #DC7BA3: hue angle of 335.26º 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 #DC7BA3 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 163 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.14 |
| HSL | 335.26º | 0.58% | 0.67% | - |
| HSV(B) | 335.26º | 0.44% | 0.86% | - |
| XYZ | 43.21 | 32.03 | 38.55 | - |
| YUV | 156.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 163 | 0 | 0.44 | 0.26 | 0.14 | 335.26 | 0.58 | 0.67 |
| Hex | DC | 7B | A3 | 0 | 2C | 1A | E | 14F | 3A | 43 |
| Octal | 334 | 173 | 243 | 0 | 54 | 32 | 16 | 517 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10100011 | 0 | 101100 | 11010 | 1110 | 101001111 | 111010 | 1000011 |
Color Harmonies of #DC7BA3
Complementary color
Monochromatic Colors of #DC7BA3
Black with #DC7BA3
Text Example
Text Example
White with #DC7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BA3; }
p { color: rgb(220,123,163); }
H1.HeaderClassName
{
color: #DC7BA3;
}
.AnyTagClassName
{
color: #DC7BA3;
}
</style>
background-color css
<style>
a { background-color: #DC7BA3; }
a { background-color: rgb(220,123,163); }
div.DivClassName
{
background-color: #DC7BA3;
}
.BgClassName
{
background-color: #DC7BA3;
}
</style>
border-color css
<style>
span { border-color: #DC7BA3; }
span { border-color: rgb(220,123,163); }
td.TdClassName
{
border-color: #DC7BA3;
}
.TagClassName
{
border-color: #DC7BA3;
}
</style>