Shades of Pale Violet Red #DB618F
Tints of Pale Violet Red #DB618F
RGB
CMYK
RGB Variations
Color information
#DB618F (or 0xDB618F) is known color: Pale Violet Red. HEX triplet: DB, 61 and 8F. RGB value is (219,97,143). Sum of RGB (Red+Green+Blue) = 219+97+143=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB618F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB618F is #249E70. Grayscale: #8A8A8A. Windows color (decimal): -2399857 or 9396699. OLE color: 9396699.
HSL color Cylindrical-coordinate representation of color #DB618F: hue angle of 337.38º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB618F is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 143 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.14 |
| HSL | 337.38º | 0.63% | 0.62% | - |
| HSV(B) | 337.38º | 0.56% | 0.86% | - |
| XYZ | 38.45 | 25.59 | 28.9 | - |
| YUV | 138.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 143 | 0 | 0.56 | 0.35 | 0.14 | 337.38 | 0.63 | 0.62 |
| Hex | DB | 61 | 8F | 0 | 38 | 23 | E | 151 | 3F | 3E |
| Octal | 333 | 141 | 217 | 0 | 70 | 43 | 16 | 521 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10001111 | 0 | 111000 | 100011 | 1110 | 101010001 | 111111 | 111110 |
Color Harmonies of #DB618F
Complementary color
Monochromatic Colors of #DB618F
Black with #DB618F
Text Example
Text Example
White with #DB618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB618F; }
p { color: rgb(219,97,143); }
H1.HeaderClassName
{
color: #DB618F;
}
.AnyTagClassName
{
color: #DB618F;
}
</style>
background-color css
<style>
a { background-color: #DB618F; }
a { background-color: rgb(219,97,143); }
div.DivClassName
{
background-color: #DB618F;
}
.BgClassName
{
background-color: #DB618F;
}
</style>
border-color css
<style>
span { border-color: #DB618F; }
span { border-color: rgb(219,97,143); }
td.TdClassName
{
border-color: #DB618F;
}
.TagClassName
{
border-color: #DB618F;
}
</style>