Shades of Wewak #DD959A
Tints of Wewak #DD959A
RGB
CMYK
RGB Variations
Color information
#DD959A (or 0xDD959A) is known color: Wewak. HEX triplet: DD, 95 and 9A. RGB value is (221,149,154). Sum of RGB (Red+Green+Blue) = 221+149+154=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD959A is #226A65. Grayscale: #ABABAB. Windows color (decimal): -2255462 or 10130909. OLE color: 10130909.
HSL color Cylindrical-coordinate representation of color #DD959A: hue angle of 355.83º 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 #DD959A is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 154 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.13 |
| HSL | 355.83º | 0.51% | 0.73% | - |
| HSV(B) | 355.83º | 0.33% | 0.87% | - |
| XYZ | 46.4 | 39.2 | 35.69 | - |
| YUV | 171.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 154 | 0 | 0.33 | 0.30 | 0.13 | 355.83 | 0.51 | 0.73 |
| Hex | DD | 95 | 9A | 0 | 21 | 1E | D | 164 | 33 | 49 |
| Octal | 335 | 225 | 232 | 0 | 41 | 36 | 15 | 544 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10011010 | 0 | 100001 | 11110 | 1101 | 101100100 | 110011 | 1001001 |
Color Harmonies of #DD959A
Complementary color
Monochromatic Colors of #DD959A
Black with #DD959A
Text Example
Text Example
White with #DD959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD959A; }
p { color: rgb(221,149,154); }
H1.HeaderClassName
{
color: #DD959A;
}
.AnyTagClassName
{
color: #DD959A;
}
</style>
background-color css
<style>
a { background-color: #DD959A; }
a { background-color: rgb(221,149,154); }
div.DivClassName
{
background-color: #DD959A;
}
.BgClassName
{
background-color: #DD959A;
}
</style>
border-color css
<style>
span { border-color: #DD959A; }
span { border-color: rgb(221,149,154); }
td.TdClassName
{
border-color: #DD959A;
}
.TagClassName
{
border-color: #DD959A;
}
</style>