Shades of Wewak #DE9597
Tints of Wewak #DE9597
RGB
CMYK
RGB Variations
Color information
#DE9597 (or 0xDE9597) is known color: Wewak. HEX triplet: DE, 95 and 97. RGB value is (222,149,151). Sum of RGB (Red+Green+Blue) = 222+149+151=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9597 is #216A68. Grayscale: #ABABAB. Windows color (decimal): -2189929 or 9934302. OLE color: 9934302.
HSL color Cylindrical-coordinate representation of color #DE9597: hue angle of 358.36º degrees, saturation: 0.53, 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 #DE9597 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 151 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.13 |
| HSL | 358.36º | 0.53% | 0.73% | - |
| HSV(B) | 358.36º | 0.33% | 0.87% | - |
| XYZ | 46.46 | 39.26 | 34.41 | - |
| YUV | 171.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 151 | 0 | 0.33 | 0.32 | 0.13 | 358.36 | 0.53 | 0.73 |
| Hex | DE | 95 | 97 | 0 | 21 | 20 | D | 166 | 35 | 49 |
| Octal | 336 | 225 | 227 | 0 | 41 | 40 | 15 | 546 | 65 | 111 |
| Binary | 11011110 | 10010101 | 10010111 | 0 | 100001 | 100000 | 1101 | 101100110 | 110101 | 1001001 |
Color Harmonies of #DE9597
Complementary color
Monochromatic Colors of #DE9597
Black with #DE9597
Text Example
Text Example
White with #DE9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9597; }
p { color: rgb(222,149,151); }
H1.HeaderClassName
{
color: #DE9597;
}
.AnyTagClassName
{
color: #DE9597;
}
</style>
background-color css
<style>
a { background-color: #DE9597; }
a { background-color: rgb(222,149,151); }
div.DivClassName
{
background-color: #DE9597;
}
.BgClassName
{
background-color: #DE9597;
}
</style>
border-color css
<style>
span { border-color: #DE9597; }
span { border-color: rgb(222,149,151); }
td.TdClassName
{
border-color: #DE9597;
}
.TagClassName
{
border-color: #DE9597;
}
</style>