Shades of Wewak #DD9899
Tints of Wewak #DD9899
RGB
CMYK
RGB Variations
Color information
#DD9899 (or 0xDD9899) is known color: Wewak. HEX triplet: DD, 98 and 99. RGB value is (221,152,153). Sum of RGB (Red+Green+Blue) = 221+152+153=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9899 is #226766. Grayscale: #ACACAC. Windows color (decimal): -2254695 or 10066141. OLE color: 10066141.
HSL color Cylindrical-coordinate representation of color #DD9899: hue angle of 359.13º 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 #DD9899 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 153 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.13 |
| HSL | 359.13º | 0.5% | 0.73% | - |
| HSV(B) | 359.13º | 0.31% | 0.87% | - |
| XYZ | 46.8 | 40.13 | 35.42 | - |
| YUV | 172.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 153 | 0 | 0.31 | 0.31 | 0.13 | 359.13 | 0.5 | 0.73 |
| Hex | DD | 98 | 99 | 0 | 1F | 1F | D | 167 | 32 | 49 |
| Octal | 335 | 230 | 231 | 0 | 37 | 37 | 15 | 547 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10011001 | 0 | 11111 | 11111 | 1101 | 101100111 | 110010 | 1001001 |
Color Harmonies of #DD9899
Complementary color
Monochromatic Colors of #DD9899
Black with #DD9899
Text Example
Text Example
White with #DD9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9899; }
p { color: rgb(221,152,153); }
H1.HeaderClassName
{
color: #DD9899;
}
.AnyTagClassName
{
color: #DD9899;
}
</style>
background-color css
<style>
a { background-color: #DD9899; }
a { background-color: rgb(221,152,153); }
div.DivClassName
{
background-color: #DD9899;
}
.BgClassName
{
background-color: #DD9899;
}
</style>
border-color css
<style>
span { border-color: #DD9899; }
span { border-color: rgb(221,152,153); }
td.TdClassName
{
border-color: #DD9899;
}
.TagClassName
{
border-color: #DD9899;
}
</style>