Shades of Wewak #DD9498
Tints of Wewak #DD9498
RGB
CMYK
RGB Variations
Color information
#DD9498 (or 0xDD9498) is known color: Wewak. HEX triplet: DD, 94 and 98. RGB value is (221,148,152). Sum of RGB (Red+Green+Blue) = 221+148+152=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9498 is #226B67. Grayscale: #AAAAAA. Windows color (decimal): -2255720 or 9999581. OLE color: 9999581.
HSL color Cylindrical-coordinate representation of color #DD9498: hue angle of 356.71º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9498 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 152 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.13 |
| HSL | 356.71º | 0.52% | 0.72% | - |
| HSV(B) | 356.71º | 0.33% | 0.87% | - |
| XYZ | 46.08 | 38.82 | 34.77 | - |
| YUV | 170.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 152 | 0 | 0.33 | 0.31 | 0.13 | 356.71 | 0.52 | 0.72 |
| Hex | DD | 94 | 98 | 0 | 21 | 1F | D | 165 | 34 | 48 |
| Octal | 335 | 224 | 230 | 0 | 41 | 37 | 15 | 545 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10011000 | 0 | 100001 | 11111 | 1101 | 101100101 | 110100 | 1001000 |
Color Harmonies of #DD9498
Complementary color
Monochromatic Colors of #DD9498
Black with #DD9498
Text Example
Text Example
White with #DD9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9498; }
p { color: rgb(221,148,152); }
H1.HeaderClassName
{
color: #DD9498;
}
.AnyTagClassName
{
color: #DD9498;
}
</style>
background-color css
<style>
a { background-color: #DD9498; }
a { background-color: rgb(221,148,152); }
div.DivClassName
{
background-color: #DD9498;
}
.BgClassName
{
background-color: #DD9498;
}
</style>
border-color css
<style>
span { border-color: #DD9498; }
span { border-color: rgb(221,148,152); }
td.TdClassName
{
border-color: #DD9498;
}
.TagClassName
{
border-color: #DD9498;
}
</style>