Shades of Pale Violet Red #DC639E
Tints of Pale Violet Red #DC639E
RGB
CMYK
RGB Variations
Color information
#DC639E (or 0xDC639E) is known color: Pale Violet Red. HEX triplet: DC, 63 and 9E. RGB value is (220,99,158). Sum of RGB (Red+Green+Blue) = 220+99+158=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639E is #239C61. Grayscale: #8D8D8D. Windows color (decimal): -2333794 or 10380252. OLE color: 10380252.
HSL color Cylindrical-coordinate representation of color #DC639E: hue angle of 330.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC639E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 158 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.14 |
| HSL | 330.74º | 0.63% | 0.63% | - |
| HSV(B) | 330.74º | 0.55% | 0.86% | - |
| XYZ | 40.15 | 26.61 | 35.37 | - |
| YUV | 141.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 158 | 0 | 0.55 | 0.28 | 0.14 | 330.74 | 0.63 | 0.63 |
| Hex | DC | 63 | 9E | 0 | 37 | 1C | E | 14B | 3F | 3F |
| Octal | 334 | 143 | 236 | 0 | 67 | 34 | 16 | 513 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10011110 | 0 | 110111 | 11100 | 1110 | 101001011 | 111111 | 111111 |
Color Harmonies of #DC639E
Complementary color
Monochromatic Colors of #DC639E
Black with #DC639E
Text Example
Text Example
White with #DC639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC639E; }
p { color: rgb(220,99,158); }
H1.HeaderClassName
{
color: #DC639E;
}
.AnyTagClassName
{
color: #DC639E;
}
</style>
background-color css
<style>
a { background-color: #DC639E; }
a { background-color: rgb(220,99,158); }
div.DivClassName
{
background-color: #DC639E;
}
.BgClassName
{
background-color: #DC639E;
}
</style>
border-color css
<style>
span { border-color: #DC639E; }
span { border-color: rgb(220,99,158); }
td.TdClassName
{
border-color: #DC639E;
}
.TagClassName
{
border-color: #DC639E;
}
</style>