Shades of Pale Violet Red #DB749B
Tints of Pale Violet Red #DB749B
RGB
CMYK
RGB Variations
Color information
#DB749B (or 0xDB749B) is known color: Pale Violet Red. HEX triplet: DB, 74 and 9B. RGB value is (219,116,155). Sum of RGB (Red+Green+Blue) = 219+116+155=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB749B is #248B64. Grayscale: #979797. Windows color (decimal): -2394981 or 10187995. OLE color: 10187995.
HSL color Cylindrical-coordinate representation of color #DB749B: hue angle of 337.28º 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 #DB749B is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 155 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.14 |
| HSL | 337.28º | 0.59% | 0.66% | - |
| HSV(B) | 337.28º | 0.47% | 0.86% | - |
| XYZ | 41.38 | 29.92 | 34.6 | - |
| YUV | 151.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 155 | 0 | 0.47 | 0.29 | 0.14 | 337.28 | 0.59 | 0.66 |
| Hex | DB | 74 | 9B | 0 | 2F | 1D | E | 151 | 3B | 42 |
| Octal | 333 | 164 | 233 | 0 | 57 | 35 | 16 | 521 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10011011 | 0 | 101111 | 11101 | 1110 | 101010001 | 111011 | 1000010 |
Color Harmonies of #DB749B
Complementary color
Monochromatic Colors of #DB749B
Black with #DB749B
Text Example
Text Example
White with #DB749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB749B; }
p { color: rgb(219,116,155); }
H1.HeaderClassName
{
color: #DB749B;
}
.AnyTagClassName
{
color: #DB749B;
}
</style>
background-color css
<style>
a { background-color: #DB749B; }
a { background-color: rgb(219,116,155); }
div.DivClassName
{
background-color: #DB749B;
}
.BgClassName
{
background-color: #DB749B;
}
</style>
border-color css
<style>
span { border-color: #DB749B; }
span { border-color: rgb(219,116,155); }
td.TdClassName
{
border-color: #DB749B;
}
.TagClassName
{
border-color: #DB749B;
}
</style>