Shades of Pale Violet Red #DB608C
Tints of Pale Violet Red #DB608C
RGB
CMYK
RGB Variations
Color information
#DB608C (or 0xDB608C) is known color: Pale Violet Red. HEX triplet: DB, 60 and 8C. RGB value is (219,96,140). Sum of RGB (Red+Green+Blue) = 219+96+140=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB608C is #249F73. Grayscale: #898989. Windows color (decimal): -2400116 or 9199835. OLE color: 9199835.
HSL color Cylindrical-coordinate representation of color #DB608C: hue angle of 338.54º 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 #DB608C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 140 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.14 |
| HSL | 338.54º | 0.63% | 0.62% | - |
| HSV(B) | 338.54º | 0.56% | 0.86% | - |
| XYZ | 38.13 | 25.32 | 27.69 | - |
| YUV | 137.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 140 | 0 | 0.56 | 0.36 | 0.14 | 338.54 | 0.63 | 0.62 |
| Hex | DB | 60 | 8C | 0 | 38 | 24 | E | 153 | 3F | 3E |
| Octal | 333 | 140 | 214 | 0 | 70 | 44 | 16 | 523 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10001100 | 0 | 111000 | 100100 | 1110 | 101010011 | 111111 | 111110 |
Color Harmonies of #DB608C
Complementary color
Monochromatic Colors of #DB608C
Black with #DB608C
Text Example
Text Example
White with #DB608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB608C; }
p { color: rgb(219,96,140); }
H1.HeaderClassName
{
color: #DB608C;
}
.AnyTagClassName
{
color: #DB608C;
}
</style>
background-color css
<style>
a { background-color: #DB608C; }
a { background-color: rgb(219,96,140); }
div.DivClassName
{
background-color: #DB608C;
}
.BgClassName
{
background-color: #DB608C;
}
</style>
border-color css
<style>
span { border-color: #DB608C; }
span { border-color: rgb(219,96,140); }
td.TdClassName
{
border-color: #DB608C;
}
.TagClassName
{
border-color: #DB608C;
}
</style>