Shades of Pale Violet Red #DB749C
Tints of Pale Violet Red #DB749C
RGB
CMYK
RGB Variations
Color information
#DB749C (or 0xDB749C) is known color: Pale Violet Red. HEX triplet: DB, 74 and 9C. RGB value is (219,116,156). Sum of RGB (Red+Green+Blue) = 219+116+156=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB749C is #248B63. Grayscale: #979797. Windows color (decimal): -2394980 or 10253531. OLE color: 10253531.
HSL color Cylindrical-coordinate representation of color #DB749C: hue angle of 336.7º 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 #DB749C is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 156 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.14 |
| HSL | 336.7º | 0.59% | 0.66% | - |
| HSV(B) | 336.7º | 0.47% | 0.86% | - |
| XYZ | 41.46 | 29.95 | 35.05 | - |
| YUV | 151.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 156 | 0 | 0.47 | 0.29 | 0.14 | 336.7 | 0.59 | 0.66 |
| Hex | DB | 74 | 9C | 0 | 2F | 1D | E | 151 | 3B | 42 |
| Octal | 333 | 164 | 234 | 0 | 57 | 35 | 16 | 521 | 73 | 102 |
| Binary | 11011011 | 1110100 | 10011100 | 0 | 101111 | 11101 | 1110 | 101010001 | 111011 | 1000010 |
Color Harmonies of #DB749C
Complementary color
Monochromatic Colors of #DB749C
Black with #DB749C
Text Example
Text Example
White with #DB749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB749C; }
p { color: rgb(219,116,156); }
H1.HeaderClassName
{
color: #DB749C;
}
.AnyTagClassName
{
color: #DB749C;
}
</style>
background-color css
<style>
a { background-color: #DB749C; }
a { background-color: rgb(219,116,156); }
div.DivClassName
{
background-color: #DB749C;
}
.BgClassName
{
background-color: #DB749C;
}
</style>
border-color css
<style>
span { border-color: #DB749C; }
span { border-color: rgb(219,116,156); }
td.TdClassName
{
border-color: #DB749C;
}
.TagClassName
{
border-color: #DB749C;
}
</style>