Shades of Wewak #DF9193
Tints of Wewak #DF9193
RGB
CMYK
RGB Variations
Color information
#DF9193 (or 0xDF9193) is known color: Wewak. HEX triplet: DF, 91 and 93. RGB value is (223,145,147). Sum of RGB (Red+Green+Blue) = 223+145+147=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9193 is #206E6C. Grayscale: #A8A8A8. Windows color (decimal): -2125421 or 9671135. OLE color: 9671135.
HSL color Cylindrical-coordinate representation of color #DF9193: hue angle of 358.46º 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 #DF9193 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 147 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.13 |
| HSL | 358.46º | 0.55% | 0.72% | - |
| HSV(B) | 358.46º | 0.35% | 0.87% | - |
| XYZ | 45.82 | 38.05 | 32.53 | - |
| YUV | 168.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 147 | 0 | 0.35 | 0.34 | 0.13 | 358.46 | 0.55 | 0.72 |
| Hex | DF | 91 | 93 | 0 | 23 | 22 | D | 166 | 37 | 48 |
| Octal | 337 | 221 | 223 | 0 | 43 | 42 | 15 | 546 | 67 | 110 |
| Binary | 11011111 | 10010001 | 10010011 | 0 | 100011 | 100010 | 1101 | 101100110 | 110111 | 1001000 |
Color Harmonies of #DF9193
Complementary color
Monochromatic Colors of #DF9193
Black with #DF9193
Text Example
Text Example
White with #DF9193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9193; }
p { color: rgb(223,145,147); }
H1.HeaderClassName
{
color: #DF9193;
}
.AnyTagClassName
{
color: #DF9193;
}
</style>
background-color css
<style>
a { background-color: #DF9193; }
a { background-color: rgb(223,145,147); }
div.DivClassName
{
background-color: #DF9193;
}
.BgClassName
{
background-color: #DF9193;
}
</style>
border-color css
<style>
span { border-color: #DF9193; }
span { border-color: rgb(223,145,147); }
td.TdClassName
{
border-color: #DF9193;
}
.TagClassName
{
border-color: #DF9193;
}
</style>