Shades of Pale Violet Red #DB608F
Tints of Pale Violet Red #DB608F
RGB
CMYK
RGB Variations
Color information
#DB608F (or 0xDB608F) is known color: Pale Violet Red. HEX triplet: DB, 60 and 8F. RGB value is (219,96,143). Sum of RGB (Red+Green+Blue) = 219+96+143=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB608F is #249F70. Grayscale: #8A8A8A. Windows color (decimal): -2400113 or 9396443. OLE color: 9396443.
HSL color Cylindrical-coordinate representation of color #DB608F: hue angle of 337.07º 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 #DB608F is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 143 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.14 |
| HSL | 337.07º | 0.63% | 0.62% | - |
| HSV(B) | 337.07º | 0.56% | 0.86% | - |
| XYZ | 38.35 | 25.41 | 28.87 | - |
| YUV | 138.14 | 130.75 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 143 | 0 | 0.56 | 0.35 | 0.14 | 337.07 | 0.63 | 0.62 |
| Hex | DB | 60 | 8F | 0 | 38 | 23 | E | 151 | 3F | 3E |
| Octal | 333 | 140 | 217 | 0 | 70 | 43 | 16 | 521 | 77 | 76 |
| Binary | 11011011 | 1100000 | 10001111 | 0 | 111000 | 100011 | 1110 | 101010001 | 111111 | 111110 |
Color Harmonies of #DB608F
Complementary color
Monochromatic Colors of #DB608F
Black with #DB608F
Text Example
Text Example
White with #DB608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB608F; }
p { color: rgb(219,96,143); }
H1.HeaderClassName
{
color: #DB608F;
}
.AnyTagClassName
{
color: #DB608F;
}
</style>
background-color css
<style>
a { background-color: #DB608F; }
a { background-color: rgb(219,96,143); }
div.DivClassName
{
background-color: #DB608F;
}
.BgClassName
{
background-color: #DB608F;
}
</style>
border-color css
<style>
span { border-color: #DB608F; }
span { border-color: rgb(219,96,143); }
td.TdClassName
{
border-color: #DB608F;
}
.TagClassName
{
border-color: #DB608F;
}
</style>