Shades of Wewak #DD9194
Tints of Wewak #DD9194
RGB
CMYK
RGB Variations
Color information
#DD9194 (or 0xDD9194) is known color: Wewak. HEX triplet: DD, 91 and 94. RGB value is (221,145,148). Sum of RGB (Red+Green+Blue) = 221+145+148=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9194 is #226E6B. Grayscale: #A8A8A8. Windows color (decimal): -2256492 or 9736669. OLE color: 9736669.
HSL color Cylindrical-coordinate representation of color #DD9194: hue angle of 357.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9194 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 148 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.13 |
| HSL | 357.63º | 0.53% | 0.72% | - |
| HSV(B) | 357.63º | 0.34% | 0.87% | - |
| XYZ | 45.29 | 37.76 | 32.92 | - |
| YUV | 168.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 148 | 0 | 0.34 | 0.33 | 0.13 | 357.63 | 0.53 | 0.72 |
| Hex | DD | 91 | 94 | 0 | 22 | 21 | D | 166 | 35 | 48 |
| Octal | 335 | 221 | 224 | 0 | 42 | 41 | 15 | 546 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10010100 | 0 | 100010 | 100001 | 1101 | 101100110 | 110101 | 1001000 |
Color Harmonies of #DD9194
Complementary color
Monochromatic Colors of #DD9194
Black with #DD9194
Text Example
Text Example
White with #DD9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9194; }
p { color: rgb(221,145,148); }
H1.HeaderClassName
{
color: #DD9194;
}
.AnyTagClassName
{
color: #DD9194;
}
</style>
background-color css
<style>
a { background-color: #DD9194; }
a { background-color: rgb(221,145,148); }
div.DivClassName
{
background-color: #DD9194;
}
.BgClassName
{
background-color: #DD9194;
}
</style>
border-color css
<style>
span { border-color: #DD9194; }
span { border-color: rgb(221,145,148); }
td.TdClassName
{
border-color: #DD9194;
}
.TagClassName
{
border-color: #DD9194;
}
</style>