Shades of Pale Violet Red #DB629A
Tints of Pale Violet Red #DB629A
RGB
CMYK
RGB Variations
Color information
#DB629A (or 0xDB629A) is known color: Pale Violet Red. HEX triplet: DB, 62 and 9A. RGB value is (219,98,154). Sum of RGB (Red+Green+Blue) = 219+98+154=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB629A is #249D65. Grayscale: #8C8C8C. Windows color (decimal): -2399590 or 10117851. OLE color: 10117851.
HSL color Cylindrical-coordinate representation of color #DB629A: hue angle of 332.23º degrees, saturation: 0.63, 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 #DB629A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 154 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.14 |
| HSL | 332.23º | 0.63% | 0.62% | - |
| HSV(B) | 332.23º | 0.55% | 0.86% | - |
| XYZ | 39.41 | 26.13 | 33.54 | - |
| YUV | 140.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 154 | 0 | 0.55 | 0.30 | 0.14 | 332.23 | 0.63 | 0.62 |
| Hex | DB | 62 | 9A | 0 | 37 | 1E | E | 14C | 3F | 3E |
| Octal | 333 | 142 | 232 | 0 | 67 | 36 | 16 | 514 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10011010 | 0 | 110111 | 11110 | 1110 | 101001100 | 111111 | 111110 |
Color Harmonies of #DB629A
Complementary color
Monochromatic Colors of #DB629A
Black with #DB629A
Text Example
Text Example
White with #DB629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB629A; }
p { color: rgb(219,98,154); }
H1.HeaderClassName
{
color: #DB629A;
}
.AnyTagClassName
{
color: #DB629A;
}
</style>
background-color css
<style>
a { background-color: #DB629A; }
a { background-color: rgb(219,98,154); }
div.DivClassName
{
background-color: #DB629A;
}
.BgClassName
{
background-color: #DB629A;
}
</style>
border-color css
<style>
span { border-color: #DB629A; }
span { border-color: rgb(219,98,154); }
td.TdClassName
{
border-color: #DB629A;
}
.TagClassName
{
border-color: #DB629A;
}
</style>