Shades of Wewak #DF9398
Tints of Wewak #DF9398
RGB
CMYK
RGB Variations
Color information
#DF9398 (or 0xDF9398) is known color: Wewak. HEX triplet: DF, 93 and 98. RGB value is (223,147,152). Sum of RGB (Red+Green+Blue) = 223+147+152=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9398 is #206C67. Grayscale: #AAAAAA. Windows color (decimal): -2124904 or 9999327. OLE color: 9999327.
HSL color Cylindrical-coordinate representation of color #DF9398: hue angle of 356.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9398 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 152 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.13 |
| HSL | 356.05º | 0.54% | 0.73% | - |
| HSV(B) | 356.05º | 0.34% | 0.87% | - |
| XYZ | 46.53 | 38.82 | 34.75 | - |
| YUV | 170.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 152 | 0 | 0.34 | 0.32 | 0.13 | 356.05 | 0.54 | 0.73 |
| Hex | DF | 93 | 98 | 0 | 22 | 20 | D | 164 | 36 | 49 |
| Octal | 337 | 223 | 230 | 0 | 42 | 40 | 15 | 544 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10011000 | 0 | 100010 | 100000 | 1101 | 101100100 | 110110 | 1001001 |
Color Harmonies of #DF9398
Complementary color
Monochromatic Colors of #DF9398
Black with #DF9398
Text Example
Text Example
White with #DF9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9398; }
p { color: rgb(223,147,152); }
H1.HeaderClassName
{
color: #DF9398;
}
.AnyTagClassName
{
color: #DF9398;
}
</style>
background-color css
<style>
a { background-color: #DF9398; }
a { background-color: rgb(223,147,152); }
div.DivClassName
{
background-color: #DF9398;
}
.BgClassName
{
background-color: #DF9398;
}
</style>
border-color css
<style>
span { border-color: #DF9398; }
span { border-color: rgb(223,147,152); }
td.TdClassName
{
border-color: #DF9398;
}
.TagClassName
{
border-color: #DF9398;
}
</style>