Shades of Wewak #DD9597
Tints of Wewak #DD9597
RGB
CMYK
RGB Variations
Color information
#DD9597 (or 0xDD9597) is known color: Wewak. HEX triplet: DD, 95 and 97. RGB value is (221,149,151). Sum of RGB (Red+Green+Blue) = 221+149+151=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9597 is #226A68. Grayscale: #AAAAAA. Windows color (decimal): -2255465 or 9934301. OLE color: 9934301.
HSL color Cylindrical-coordinate representation of color #DD9597: hue angle of 358.33º 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 #DD9597 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 151 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.13 |
| HSL | 358.33º | 0.51% | 0.73% | - |
| HSV(B) | 358.33º | 0.33% | 0.87% | - |
| XYZ | 46.15 | 39.1 | 34.39 | - |
| YUV | 170.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 151 | 0 | 0.33 | 0.32 | 0.13 | 358.33 | 0.51 | 0.73 |
| Hex | DD | 95 | 97 | 0 | 21 | 20 | D | 166 | 33 | 49 |
| Octal | 335 | 225 | 227 | 0 | 41 | 40 | 15 | 546 | 63 | 111 |
| Binary | 11011101 | 10010101 | 10010111 | 0 | 100001 | 100000 | 1101 | 101100110 | 110011 | 1001001 |
Color Harmonies of #DD9597
Complementary color
Monochromatic Colors of #DD9597
Black with #DD9597
Text Example
Text Example
White with #DD9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9597; }
p { color: rgb(221,149,151); }
H1.HeaderClassName
{
color: #DD9597;
}
.AnyTagClassName
{
color: #DD9597;
}
</style>
background-color css
<style>
a { background-color: #DD9597; }
a { background-color: rgb(221,149,151); }
div.DivClassName
{
background-color: #DD9597;
}
.BgClassName
{
background-color: #DD9597;
}
</style>
border-color css
<style>
span { border-color: #DD9597; }
span { border-color: rgb(221,149,151); }
td.TdClassName
{
border-color: #DD9597;
}
.TagClassName
{
border-color: #DD9597;
}
</style>