Shades of Wewak #DD9294
Tints of Wewak #DD9294
RGB
CMYK
RGB Variations
Color information
#DD9294 (or 0xDD9294) is known color: Wewak. HEX triplet: DD, 92 and 94. RGB value is (221,146,148). Sum of RGB (Red+Green+Blue) = 221+146+148=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9294 is #226D6B. Grayscale: #A8A8A8. Windows color (decimal): -2256236 or 9736925. OLE color: 9736925.
HSL color Cylindrical-coordinate representation of color #DD9294: hue angle of 358.4º degrees, saturation: 0.52, 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 #DD9294 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 148 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.13 |
| HSL | 358.4º | 0.52% | 0.72% | - |
| HSV(B) | 358.4º | 0.34% | 0.87% | - |
| XYZ | 45.44 | 38.07 | 32.97 | - |
| YUV | 168.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 148 | 0 | 0.34 | 0.33 | 0.13 | 358.4 | 0.52 | 0.72 |
| Hex | DD | 92 | 94 | 0 | 22 | 21 | D | 166 | 34 | 48 |
| Octal | 335 | 222 | 224 | 0 | 42 | 41 | 15 | 546 | 64 | 110 |
| Binary | 11011101 | 10010010 | 10010100 | 0 | 100010 | 100001 | 1101 | 101100110 | 110100 | 1001000 |
Color Harmonies of #DD9294
Complementary color
Monochromatic Colors of #DD9294
Black with #DD9294
Text Example
Text Example
White with #DD9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9294; }
p { color: rgb(221,146,148); }
H1.HeaderClassName
{
color: #DD9294;
}
.AnyTagClassName
{
color: #DD9294;
}
</style>
background-color css
<style>
a { background-color: #DD9294; }
a { background-color: rgb(221,146,148); }
div.DivClassName
{
background-color: #DD9294;
}
.BgClassName
{
background-color: #DD9294;
}
</style>
border-color css
<style>
span { border-color: #DD9294; }
span { border-color: rgb(221,146,148); }
td.TdClassName
{
border-color: #DD9294;
}
.TagClassName
{
border-color: #DD9294;
}
</style>