Shades of Pale Violet Red #DB639C
Tints of Pale Violet Red #DB639C
RGB
CMYK
RGB Variations
Color information
#DB639C (or 0xDB639C) is known color: Pale Violet Red. HEX triplet: DB, 63 and 9C. RGB value is (219,99,156). Sum of RGB (Red+Green+Blue) = 219+99+156=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB639C is #249C63. Grayscale: #8D8D8D. Windows color (decimal): -2399332 or 10249179. OLE color: 10249179.
HSL color Cylindrical-coordinate representation of color #DB639C: hue angle of 331.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB639C is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 156 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.14 |
| HSL | 331.5º | 0.63% | 0.62% | - |
| HSV(B) | 331.5º | 0.55% | 0.86% | - |
| XYZ | 39.68 | 26.38 | 34.45 | - |
| YUV | 141.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 156 | 0 | 0.55 | 0.29 | 0.14 | 331.5 | 0.63 | 0.62 |
| Hex | DB | 63 | 9C | 0 | 37 | 1D | E | 14C | 3E | 3E |
| Octal | 333 | 143 | 234 | 0 | 67 | 35 | 16 | 514 | 76 | 76 |
| Binary | 11011011 | 1100011 | 10011100 | 0 | 110111 | 11101 | 1110 | 101001100 | 111110 | 111110 |
Color Harmonies of #DB639C
Complementary color
Monochromatic Colors of #DB639C
Black with #DB639C
Text Example
Text Example
White with #DB639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB639C; }
p { color: rgb(219,99,156); }
H1.HeaderClassName
{
color: #DB639C;
}
.AnyTagClassName
{
color: #DB639C;
}
</style>
background-color css
<style>
a { background-color: #DB639C; }
a { background-color: rgb(219,99,156); }
div.DivClassName
{
background-color: #DB639C;
}
.BgClassName
{
background-color: #DB639C;
}
</style>
border-color css
<style>
span { border-color: #DB639C; }
span { border-color: rgb(219,99,156); }
td.TdClassName
{
border-color: #DB639C;
}
.TagClassName
{
border-color: #DB639C;
}
</style>