Shades of Wewak #DD9399
Tints of Wewak #DD9399
RGB
CMYK
RGB Variations
Color information
#DD9399 (or 0xDD9399) is known color: Wewak. HEX triplet: DD, 93 and 99. RGB value is (221,147,153). Sum of RGB (Red+Green+Blue) = 221+147+153=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9399 is #226C66. Grayscale: #A9A9A9. Windows color (decimal): -2255975 or 10064861. OLE color: 10064861.
HSL color Cylindrical-coordinate representation of color #DD9399: hue angle of 355.14º 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 #DD9399 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 153 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.13 |
| HSL | 355.14º | 0.52% | 0.72% | - |
| HSV(B) | 355.14º | 0.33% | 0.87% | - |
| XYZ | 46 | 38.54 | 35.15 | - |
| YUV | 169.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 153 | 0 | 0.33 | 0.31 | 0.13 | 355.14 | 0.52 | 0.72 |
| Hex | DD | 93 | 99 | 0 | 21 | 1F | D | 163 | 34 | 48 |
| Octal | 335 | 223 | 231 | 0 | 41 | 37 | 15 | 543 | 64 | 110 |
| Binary | 11011101 | 10010011 | 10011001 | 0 | 100001 | 11111 | 1101 | 101100011 | 110100 | 1001000 |
Color Harmonies of #DD9399
Complementary color
Monochromatic Colors of #DD9399
Black with #DD9399
Text Example
Text Example
White with #DD9399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9399; }
p { color: rgb(221,147,153); }
H1.HeaderClassName
{
color: #DD9399;
}
.AnyTagClassName
{
color: #DD9399;
}
</style>
background-color css
<style>
a { background-color: #DD9399; }
a { background-color: rgb(221,147,153); }
div.DivClassName
{
background-color: #DD9399;
}
.BgClassName
{
background-color: #DD9399;
}
</style>
border-color css
<style>
span { border-color: #DD9399; }
span { border-color: rgb(221,147,153); }
td.TdClassName
{
border-color: #DD9399;
}
.TagClassName
{
border-color: #DD9399;
}
</style>