Shades of Pale Violet Red #DB618C
Tints of Pale Violet Red #DB618C
RGB
CMYK
RGB Variations
Color information
#DB618C (or 0xDB618C) is known color: Pale Violet Red. HEX triplet: DB, 61 and 8C. RGB value is (219,97,140). Sum of RGB (Red+Green+Blue) = 219+97+140=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB618C is #249E73. Grayscale: #8A8A8A. Windows color (decimal): -2399860 or 9200091. OLE color: 9200091.
HSL color Cylindrical-coordinate representation of color #DB618C: hue angle of 338.85º 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 #DB618C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 140 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.14 |
| HSL | 338.85º | 0.63% | 0.62% | - |
| HSV(B) | 338.85º | 0.56% | 0.86% | - |
| XYZ | 38.22 | 25.5 | 27.72 | - |
| YUV | 138.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 140 | 0 | 0.56 | 0.36 | 0.14 | 338.85 | 0.63 | 0.62 |
| Hex | DB | 61 | 8C | 0 | 38 | 24 | E | 153 | 3F | 3E |
| Octal | 333 | 141 | 214 | 0 | 70 | 44 | 16 | 523 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10001100 | 0 | 111000 | 100100 | 1110 | 101010011 | 111111 | 111110 |
Color Harmonies of #DB618C
Complementary color
Monochromatic Colors of #DB618C
Black with #DB618C
Text Example
Text Example
White with #DB618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB618C; }
p { color: rgb(219,97,140); }
H1.HeaderClassName
{
color: #DB618C;
}
.AnyTagClassName
{
color: #DB618C;
}
</style>
background-color css
<style>
a { background-color: #DB618C; }
a { background-color: rgb(219,97,140); }
div.DivClassName
{
background-color: #DB618C;
}
.BgClassName
{
background-color: #DB618C;
}
</style>
border-color css
<style>
span { border-color: #DB618C; }
span { border-color: rgb(219,97,140); }
td.TdClassName
{
border-color: #DB618C;
}
.TagClassName
{
border-color: #DB618C;
}
</style>