Shades of Wewak #DD959C
Tints of Wewak #DD959C
RGB
CMYK
RGB Variations
Color information
#DD959C (or 0xDD959C) is known color: Wewak. HEX triplet: DD, 95 and 9C. RGB value is (221,149,156). Sum of RGB (Red+Green+Blue) = 221+149+156=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD959C is #226A63. Grayscale: #ABABAB. Windows color (decimal): -2255460 or 10261981. OLE color: 10261981.
HSL color Cylindrical-coordinate representation of color #DD959C: hue angle of 354.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD959C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 156 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 354.17º | 0.51% | 0.73% | - |
| HSV(B) | 354.17º | 0.33% | 0.87% | - |
| XYZ | 46.57 | 39.27 | 36.58 | - |
| YUV | 171.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 156 | 0 | 0.33 | 0.29 | 0.13 | 354.17 | 0.51 | 0.73 |
| Hex | DD | 95 | 9C | 0 | 21 | 1D | D | 162 | 33 | 49 |
| Octal | 335 | 225 | 234 | 0 | 41 | 35 | 15 | 542 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10011100 | 0 | 100001 | 11101 | 1101 | 101100010 | 110011 | 1001001 |
Color Harmonies of #DD959C
Complementary color
Monochromatic Colors of #DD959C
Black with #DD959C
Text Example
Text Example
White with #DD959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD959C; }
p { color: rgb(221,149,156); }
H1.HeaderClassName
{
color: #DD959C;
}
.AnyTagClassName
{
color: #DD959C;
}
</style>
background-color css
<style>
a { background-color: #DD959C; }
a { background-color: rgb(221,149,156); }
div.DivClassName
{
background-color: #DD959C;
}
.BgClassName
{
background-color: #DD959C;
}
</style>
border-color css
<style>
span { border-color: #DD959C; }
span { border-color: rgb(221,149,156); }
td.TdClassName
{
border-color: #DD959C;
}
.TagClassName
{
border-color: #DD959C;
}
</style>