Shades of Pale Violet Red #DC638B
Tints of Pale Violet Red #DC638B
RGB
CMYK
RGB Variations
Color information
#DC638B (or 0xDC638B) is known color: Pale Violet Red. HEX triplet: DC, 63 and 8B. RGB value is (220,99,139). Sum of RGB (Red+Green+Blue) = 220+99+139=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC638B is #239C74. Grayscale: #8B8B8B. Windows color (decimal): -2333813 or 9135068. OLE color: 9135068.
HSL color Cylindrical-coordinate representation of color #DC638B: hue angle of 340.17º 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 #DC638B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 139 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.14 |
| HSL | 340.17º | 0.63% | 0.63% | - |
| HSV(B) | 340.17º | 0.55% | 0.86% | - |
| XYZ | 38.64 | 26 | 27.41 | - |
| YUV | 139.74 | 127.59 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 139 | 0 | 0.55 | 0.37 | 0.14 | 340.17 | 0.63 | 0.63 |
| Hex | DC | 63 | 8B | 0 | 37 | 25 | E | 154 | 3F | 3F |
| Octal | 334 | 143 | 213 | 0 | 67 | 45 | 16 | 524 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10001011 | 0 | 110111 | 100101 | 1110 | 101010100 | 111111 | 111111 |
Color Harmonies of #DC638B
Complementary color
Monochromatic Colors of #DC638B
Black with #DC638B
Text Example
Text Example
White with #DC638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC638B; }
p { color: rgb(220,99,139); }
H1.HeaderClassName
{
color: #DC638B;
}
.AnyTagClassName
{
color: #DC638B;
}
</style>
background-color css
<style>
a { background-color: #DC638B; }
a { background-color: rgb(220,99,139); }
div.DivClassName
{
background-color: #DC638B;
}
.BgClassName
{
background-color: #DC638B;
}
</style>
border-color css
<style>
span { border-color: #DC638B; }
span { border-color: rgb(220,99,139); }
td.TdClassName
{
border-color: #DC638B;
}
.TagClassName
{
border-color: #DC638B;
}
</style>