Shades of Wewak #DF9293
Tints of Wewak #DF9293
RGB
CMYK
RGB Variations
Color information
#DF9293 (or 0xDF9293) is known color: Wewak. HEX triplet: DF, 92 and 93. RGB value is (223,146,147). Sum of RGB (Red+Green+Blue) = 223+146+147=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9293 is #206D6C. Grayscale: #A9A9A9. Windows color (decimal): -2125165 or 9671391. OLE color: 9671391.
HSL color Cylindrical-coordinate representation of color #DF9293: hue angle of 359.22º 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 #DF9293 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 147 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.13 |
| HSL | 359.22º | 0.55% | 0.72% | - |
| HSV(B) | 359.22º | 0.35% | 0.87% | - |
| XYZ | 45.98 | 38.35 | 32.58 | - |
| YUV | 169.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 147 | 0 | 0.35 | 0.34 | 0.13 | 359.22 | 0.55 | 0.72 |
| Hex | DF | 92 | 93 | 0 | 23 | 22 | D | 167 | 37 | 48 |
| Octal | 337 | 222 | 223 | 0 | 43 | 42 | 15 | 547 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10010011 | 0 | 100011 | 100010 | 1101 | 101100111 | 110111 | 1001000 |
Color Harmonies of #DF9293
Complementary color
Monochromatic Colors of #DF9293
Black with #DF9293
Text Example
Text Example
White with #DF9293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9293; }
p { color: rgb(223,146,147); }
H1.HeaderClassName
{
color: #DF9293;
}
.AnyTagClassName
{
color: #DF9293;
}
</style>
background-color css
<style>
a { background-color: #DF9293; }
a { background-color: rgb(223,146,147); }
div.DivClassName
{
background-color: #DF9293;
}
.BgClassName
{
background-color: #DF9293;
}
</style>
border-color css
<style>
span { border-color: #DF9293; }
span { border-color: rgb(223,146,147); }
td.TdClassName
{
border-color: #DF9293;
}
.TagClassName
{
border-color: #DF9293;
}
</style>