Shades of Wewak #DB9394
Tints of Wewak #DB9394
RGB
CMYK
RGB Variations
Color information
#DB9394 (or 0xDB9394) is known color: Wewak. HEX triplet: DB, 93 and 94. RGB value is (219,147,148). Sum of RGB (Red+Green+Blue) = 219+147+148=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9394 is #246C6B. Grayscale: #A8A8A8. Windows color (decimal): -2387052 or 9737179. OLE color: 9737179.
HSL color Cylindrical-coordinate representation of color #DB9394: hue angle of 359.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9394 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 148 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.14 |
| HSL | 359.17º | 0.5% | 0.72% | - |
| HSV(B) | 359.17º | 0.33% | 0.86% | - |
| XYZ | 44.99 | 38.07 | 32.99 | - |
| YUV | 168.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 148 | 0 | 0.33 | 0.32 | 0.14 | 359.17 | 0.5 | 0.72 |
| Hex | DB | 93 | 94 | 0 | 21 | 20 | E | 167 | 32 | 48 |
| Octal | 333 | 223 | 224 | 0 | 41 | 40 | 16 | 547 | 62 | 110 |
| Binary | 11011011 | 10010011 | 10010100 | 0 | 100001 | 100000 | 1110 | 101100111 | 110010 | 1001000 |
Color Harmonies of #DB9394
Complementary color
Monochromatic Colors of #DB9394
Black with #DB9394
Text Example
Text Example
White with #DB9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9394; }
p { color: rgb(219,147,148); }
H1.HeaderClassName
{
color: #DB9394;
}
.AnyTagClassName
{
color: #DB9394;
}
</style>
background-color css
<style>
a { background-color: #DB9394; }
a { background-color: rgb(219,147,148); }
div.DivClassName
{
background-color: #DB9394;
}
.BgClassName
{
background-color: #DB9394;
}
</style>
border-color css
<style>
span { border-color: #DB9394; }
span { border-color: rgb(219,147,148); }
td.TdClassName
{
border-color: #DB9394;
}
.TagClassName
{
border-color: #DB9394;
}
</style>