Shades of Pale Violet Red #DB628F
Tints of Pale Violet Red #DB628F
RGB
CMYK
RGB Variations
Color information
#DB628F (or 0xDB628F) is known color: Pale Violet Red. HEX triplet: DB, 62 and 8F. RGB value is (219,98,143). Sum of RGB (Red+Green+Blue) = 219+98+143=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB628F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB628F is #249D70. Grayscale: #8B8B8B. Windows color (decimal): -2399601 or 9396955. OLE color: 9396955.
HSL color Cylindrical-coordinate representation of color #DB628F: hue angle of 337.69º 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 #DB628F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 143 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.14 |
| HSL | 337.69º | 0.63% | 0.62% | - |
| HSV(B) | 337.69º | 0.55% | 0.86% | - |
| XYZ | 38.54 | 25.78 | 28.93 | - |
| YUV | 139.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 143 | 0 | 0.55 | 0.35 | 0.14 | 337.69 | 0.63 | 0.62 |
| Hex | DB | 62 | 8F | 0 | 37 | 23 | E | 152 | 3F | 3E |
| Octal | 333 | 142 | 217 | 0 | 67 | 43 | 16 | 522 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10001111 | 0 | 110111 | 100011 | 1110 | 101010010 | 111111 | 111110 |
Color Harmonies of #DB628F
Complementary color
Monochromatic Colors of #DB628F
Black with #DB628F
Text Example
Text Example
White with #DB628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB628F; }
p { color: rgb(219,98,143); }
H1.HeaderClassName
{
color: #DB628F;
}
.AnyTagClassName
{
color: #DB628F;
}
</style>
background-color css
<style>
a { background-color: #DB628F; }
a { background-color: rgb(219,98,143); }
div.DivClassName
{
background-color: #DB628F;
}
.BgClassName
{
background-color: #DB628F;
}
</style>
border-color css
<style>
span { border-color: #DB628F; }
span { border-color: rgb(219,98,143); }
td.TdClassName
{
border-color: #DB628F;
}
.TagClassName
{
border-color: #DB628F;
}
</style>