Shades of Wewak #DD9395
Tints of Wewak #DD9395
RGB
CMYK
RGB Variations
Color information
#DD9395 (or 0xDD9395) is known color: Wewak. HEX triplet: DD, 93 and 95. RGB value is (221,147,149). Sum of RGB (Red+Green+Blue) = 221+147+149=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9395 is #226C6A. Grayscale: #A9A9A9. Windows color (decimal): -2255979 or 9802717. OLE color: 9802717.
HSL color Cylindrical-coordinate representation of color #DD9395: hue angle of 358.38º 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 #DD9395 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 149 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.13 |
| HSL | 358.38º | 0.52% | 0.72% | - |
| HSV(B) | 358.38º | 0.33% | 0.87% | - |
| XYZ | 45.68 | 38.41 | 33.44 | - |
| YUV | 169.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 149 | 0 | 0.33 | 0.33 | 0.13 | 358.38 | 0.52 | 0.72 |
| Hex | DD | 93 | 95 | 0 | 21 | 21 | D | 166 | 34 | 48 |
| Octal | 335 | 223 | 225 | 0 | 41 | 41 | 15 | 546 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10010101 | 0 | 100001 | 100001 | 1101 | 101100110 | 110100 | 1001000 |
Color Harmonies of #DD9395
Complementary color
Monochromatic Colors of #DD9395
Black with #DD9395
Text Example
Text Example
White with #DD9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9395; }
p { color: rgb(221,147,149); }
H1.HeaderClassName
{
color: #DD9395;
}
.AnyTagClassName
{
color: #DD9395;
}
</style>
background-color css
<style>
a { background-color: #DD9395; }
a { background-color: rgb(221,147,149); }
div.DivClassName
{
background-color: #DD9395;
}
.BgClassName
{
background-color: #DD9395;
}
</style>
border-color css
<style>
span { border-color: #DD9395; }
span { border-color: rgb(221,147,149); }
td.TdClassName
{
border-color: #DD9395;
}
.TagClassName
{
border-color: #DD9395;
}
</style>