Shades of Pale Violet Red #DB7498
Tints of Pale Violet Red #DB7498
RGB
CMYK
RGB Variations
Color information
#DB7498 (or 0xDB7498) is known color: Pale Violet Red. HEX triplet: DB, 74 and 98. RGB value is (219,116,152). Sum of RGB (Red+Green+Blue) = 219+116+152=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7498 is #248B67. Grayscale: #969696. Windows color (decimal): -2394984 or 9991387. OLE color: 9991387.
HSL color Cylindrical-coordinate representation of color #DB7498: hue angle of 339.03º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7498 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 152 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.14 |
| HSL | 339.03º | 0.59% | 0.66% | - |
| HSV(B) | 339.03º | 0.47% | 0.86% | - |
| XYZ | 41.13 | 29.82 | 33.29 | - |
| YUV | 150.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 152 | 0 | 0.47 | 0.31 | 0.14 | 339.03 | 0.59 | 0.66 |
| Hex | DB | 74 | 98 | 0 | 2F | 1F | E | 153 | 3B | 42 |
| Octal | 333 | 164 | 230 | 0 | 57 | 37 | 16 | 523 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10011000 | 0 | 101111 | 11111 | 1110 | 101010011 | 111011 | 1000010 |
Color Harmonies of #DB7498
Complementary color
Monochromatic Colors of #DB7498
Black with #DB7498
Text Example
Text Example
White with #DB7498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7498; }
p { color: rgb(219,116,152); }
H1.HeaderClassName
{
color: #DB7498;
}
.AnyTagClassName
{
color: #DB7498;
}
</style>
background-color css
<style>
a { background-color: #DB7498; }
a { background-color: rgb(219,116,152); }
div.DivClassName
{
background-color: #DB7498;
}
.BgClassName
{
background-color: #DB7498;
}
</style>
border-color css
<style>
span { border-color: #DB7498; }
span { border-color: rgb(219,116,152); }
td.TdClassName
{
border-color: #DB7498;
}
.TagClassName
{
border-color: #DB7498;
}
</style>