Shades of Pale Violet Red #DC639F
Tints of Pale Violet Red #DC639F
RGB
CMYK
RGB Variations
Color information
#DC639F (or 0xDC639F) is known color: Pale Violet Red. HEX triplet: DC, 63 and 9F. RGB value is (220,99,159). Sum of RGB (Red+Green+Blue) = 220+99+159=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639F is #239C60. Grayscale: #8D8D8D. Windows color (decimal): -2333793 or 10445788. OLE color: 10445788.
HSL color Cylindrical-coordinate representation of color #DC639F: hue angle of 330.25º 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 #DC639F is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 159 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.14 |
| HSL | 330.25º | 0.63% | 0.63% | - |
| HSV(B) | 330.25º | 0.55% | 0.86% | - |
| XYZ | 40.24 | 26.64 | 35.82 | - |
| YUV | 142.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 159 | 0 | 0.55 | 0.28 | 0.14 | 330.25 | 0.63 | 0.63 |
| Hex | DC | 63 | 9F | 0 | 37 | 1C | E | 14A | 3F | 3F |
| Octal | 334 | 143 | 237 | 0 | 67 | 34 | 16 | 512 | 77 | 77 |
| Binary | 11011100 | 1100011 | 10011111 | 0 | 110111 | 11100 | 1110 | 101001010 | 111111 | 111111 |
Color Harmonies of #DC639F
Complementary color
Monochromatic Colors of #DC639F
Black with #DC639F
Text Example
Text Example
White with #DC639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC639F; }
p { color: rgb(220,99,159); }
H1.HeaderClassName
{
color: #DC639F;
}
.AnyTagClassName
{
color: #DC639F;
}
</style>
background-color css
<style>
a { background-color: #DC639F; }
a { background-color: rgb(220,99,159); }
div.DivClassName
{
background-color: #DC639F;
}
.BgClassName
{
background-color: #DC639F;
}
</style>
border-color css
<style>
span { border-color: #DC639F; }
span { border-color: rgb(220,99,159); }
td.TdClassName
{
border-color: #DC639F;
}
.TagClassName
{
border-color: #DC639F;
}
</style>