Shades of Pale Violet Red #DC639D
Tints of Pale Violet Red #DC639D
RGB
CMYK
RGB Variations
Color information
#DC639D (or 0xDC639D) is known color: Pale Violet Red. HEX triplet: DC, 63 and 9D. RGB value is (220,99,157). Sum of RGB (Red+Green+Blue) = 220+99+157=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639D is #239C62. Grayscale: #8D8D8D. Windows color (decimal): -2333795 or 10314716. OLE color: 10314716.
HSL color Cylindrical-coordinate representation of color #DC639D: hue angle of 331.24º 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 #DC639D is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 157 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.14 |
| HSL | 331.24º | 0.63% | 0.63% | - |
| HSV(B) | 331.24º | 0.55% | 0.86% | - |
| XYZ | 40.06 | 26.57 | 34.92 | - |
| YUV | 141.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 157 | 0 | 0.55 | 0.29 | 0.14 | 331.24 | 0.63 | 0.63 |
| Hex | DC | 63 | 9D | 0 | 37 | 1D | E | 14B | 3F | 3F |
| Octal | 334 | 143 | 235 | 0 | 67 | 35 | 16 | 513 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10011101 | 0 | 110111 | 11101 | 1110 | 101001011 | 111111 | 111111 |
Color Harmonies of #DC639D
Complementary color
Monochromatic Colors of #DC639D
Black with #DC639D
Text Example
Text Example
White with #DC639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC639D; }
p { color: rgb(220,99,157); }
H1.HeaderClassName
{
color: #DC639D;
}
.AnyTagClassName
{
color: #DC639D;
}
</style>
background-color css
<style>
a { background-color: #DC639D; }
a { background-color: rgb(220,99,157); }
div.DivClassName
{
background-color: #DC639D;
}
.BgClassName
{
background-color: #DC639D;
}
</style>
border-color css
<style>
span { border-color: #DC639D; }
span { border-color: rgb(220,99,157); }
td.TdClassName
{
border-color: #DC639D;
}
.TagClassName
{
border-color: #DC639D;
}
</style>