Shades of Wewak #DD989A
Tints of Wewak #DD989A
RGB
CMYK
RGB Variations
Color information
#DD989A (or 0xDD989A) is known color: Wewak. HEX triplet: DD, 98 and 9A. RGB value is (221,152,154). Sum of RGB (Red+Green+Blue) = 221+152+154=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD989A is #226765. Grayscale: #ACACAC. Windows color (decimal): -2254694 or 10131677. OLE color: 10131677.
HSL color Cylindrical-coordinate representation of color #DD989A: hue angle of 358.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD989A is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 154 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.13 |
| HSL | 358.26º | 0.5% | 0.73% | - |
| HSV(B) | 358.26º | 0.31% | 0.87% | - |
| XYZ | 46.88 | 40.16 | 35.85 | - |
| YUV | 172.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 154 | 0 | 0.31 | 0.30 | 0.13 | 358.26 | 0.5 | 0.73 |
| Hex | DD | 98 | 9A | 0 | 1F | 1E | D | 166 | 32 | 49 |
| Octal | 335 | 230 | 232 | 0 | 37 | 36 | 15 | 546 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10011010 | 0 | 11111 | 11110 | 1101 | 101100110 | 110010 | 1001001 |
Color Harmonies of #DD989A
Complementary color
Monochromatic Colors of #DD989A
Black with #DD989A
Text Example
Text Example
White with #DD989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD989A; }
p { color: rgb(221,152,154); }
H1.HeaderClassName
{
color: #DD989A;
}
.AnyTagClassName
{
color: #DD989A;
}
</style>
background-color css
<style>
a { background-color: #DD989A; }
a { background-color: rgb(221,152,154); }
div.DivClassName
{
background-color: #DD989A;
}
.BgClassName
{
background-color: #DD989A;
}
</style>
border-color css
<style>
span { border-color: #DD989A; }
span { border-color: rgb(221,152,154); }
td.TdClassName
{
border-color: #DD989A;
}
.TagClassName
{
border-color: #DD989A;
}
</style>