Shades of Wewak #DE989F
Tints of Wewak #DE989F
RGB
CMYK
RGB Variations
Color information
#DE989F (or 0xDE989F) is known color: Wewak. HEX triplet: DE, 98 and 9F. RGB value is (222,152,159). Sum of RGB (Red+Green+Blue) = 222+152+159=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE989F is #216760. Grayscale: #ADADAD. Windows color (decimal): -2189153 or 10459358. OLE color: 10459358.
HSL color Cylindrical-coordinate representation of color #DE989F: hue angle of 354º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE989F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 159 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.13 |
| HSL | 354º | 0.51% | 0.73% | - |
| HSV(B) | 354º | 0.32% | 0.87% | - |
| XYZ | 47.61 | 40.49 | 38.11 | - |
| YUV | 173.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 159 | 0 | 0.32 | 0.28 | 0.13 | 354 | 0.51 | 0.73 |
| Hex | DE | 98 | 9F | 0 | 20 | 1C | D | 162 | 33 | 49 |
| Octal | 336 | 230 | 237 | 0 | 40 | 34 | 15 | 542 | 63 | 111 |
| Binary | 11011110 | 10011000 | 10011111 | 0 | 100000 | 11100 | 1101 | 101100010 | 110011 | 1001001 |
Color Harmonies of #DE989F
Complementary color
Monochromatic Colors of #DE989F
Black with #DE989F
Text Example
Text Example
White with #DE989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE989F; }
p { color: rgb(222,152,159); }
H1.HeaderClassName
{
color: #DE989F;
}
.AnyTagClassName
{
color: #DE989F;
}
</style>
background-color css
<style>
a { background-color: #DE989F; }
a { background-color: rgb(222,152,159); }
div.DivClassName
{
background-color: #DE989F;
}
.BgClassName
{
background-color: #DE989F;
}
</style>
border-color css
<style>
span { border-color: #DE989F; }
span { border-color: rgb(222,152,159); }
td.TdClassName
{
border-color: #DE989F;
}
.TagClassName
{
border-color: #DE989F;
}
</style>