Shades of Charm #DB778E
Tints of Charm #DB778E
RGB
CMYK
RGB Variations
Color information
#DB778E (or 0xDB778E) is known color: Charm. HEX triplet: DB, 77 and 8E. RGB value is (219,119,142). Sum of RGB (Red+Green+Blue) = 219+119+142=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB778E is #248871. Grayscale: #979797. Windows color (decimal): -2394226 or 9336795. OLE color: 9336795.
HSL color Cylindrical-coordinate representation of color #DB778E: hue angle of 346.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB778E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 142 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.14 |
| HSL | 346.2º | 0.58% | 0.66% | - |
| HSV(B) | 346.2º | 0.46% | 0.86% | - |
| XYZ | 40.69 | 30.21 | 29.28 | - |
| YUV | 151.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 142 | 0 | 0.46 | 0.35 | 0.14 | 346.2 | 0.58 | 0.66 |
| Hex | DB | 77 | 8E | 0 | 2E | 23 | E | 15A | 3A | 42 |
| Octal | 333 | 167 | 216 | 0 | 56 | 43 | 16 | 532 | 72 | 102 |
| Binary | 11011011 | 1110111 | 10001110 | 0 | 101110 | 100011 | 1110 | 101011010 | 111010 | 1000010 |
Color Harmonies of #DB778E
Complementary color
Monochromatic Colors of #DB778E
Black with #DB778E
Text Example
Text Example
White with #DB778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB778E; }
p { color: rgb(219,119,142); }
H1.HeaderClassName
{
color: #DB778E;
}
.AnyTagClassName
{
color: #DB778E;
}
</style>
background-color css
<style>
a { background-color: #DB778E; }
a { background-color: rgb(219,119,142); }
div.DivClassName
{
background-color: #DB778E;
}
.BgClassName
{
background-color: #DB778E;
}
</style>
border-color css
<style>
span { border-color: #DB778E; }
span { border-color: rgb(219,119,142); }
td.TdClassName
{
border-color: #DB778E;
}
.TagClassName
{
border-color: #DB778E;
}
</style>