Shades of Wewak #DF9294
Tints of Wewak #DF9294
RGB
CMYK
RGB Variations
Color information
#DF9294 (or 0xDF9294) is known color: Wewak. HEX triplet: DF, 92 and 94. RGB value is (223,146,148). Sum of RGB (Red+Green+Blue) = 223+146+148=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9294 is #206D6B. Grayscale: #A9A9A9. Windows color (decimal): -2125164 or 9736927. OLE color: 9736927.
HSL color Cylindrical-coordinate representation of color #DF9294: hue angle of 358.44º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9294 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 148 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.13 |
| HSL | 358.44º | 0.55% | 0.72% | - |
| HSV(B) | 358.44º | 0.35% | 0.87% | - |
| XYZ | 46.06 | 38.38 | 33 | - |
| YUV | 169.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 148 | 0 | 0.35 | 0.34 | 0.13 | 358.44 | 0.55 | 0.72 |
| Hex | DF | 92 | 94 | 0 | 23 | 22 | D | 166 | 37 | 48 |
| Octal | 337 | 222 | 224 | 0 | 43 | 42 | 15 | 546 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10010100 | 0 | 100011 | 100010 | 1101 | 101100110 | 110111 | 1001000 |
Color Harmonies of #DF9294
Complementary color
Monochromatic Colors of #DF9294
Black with #DF9294
Text Example
Text Example
White with #DF9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9294; }
p { color: rgb(223,146,148); }
H1.HeaderClassName
{
color: #DF9294;
}
.AnyTagClassName
{
color: #DF9294;
}
</style>
background-color css
<style>
a { background-color: #DF9294; }
a { background-color: rgb(223,146,148); }
div.DivClassName
{
background-color: #DF9294;
}
.BgClassName
{
background-color: #DF9294;
}
</style>
border-color css
<style>
span { border-color: #DF9294; }
span { border-color: rgb(223,146,148); }
td.TdClassName
{
border-color: #DF9294;
}
.TagClassName
{
border-color: #DF9294;
}
</style>