Shades of Wewak #DF8F94
Tints of Wewak #DF8F94
RGB
CMYK
RGB Variations
Color information
#DF8F94 (or 0xDF8F94) is known color: Wewak. HEX triplet: DF, 8F and 94. RGB value is (223,143,148). Sum of RGB (Red+Green+Blue) = 223+143+148=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F94 is #20706B. Grayscale: #A7A7A7. Windows color (decimal): -2125932 or 9736159. OLE color: 9736159.
HSL color Cylindrical-coordinate representation of color #DF8F94: hue angle of 356.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8F94 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 148 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.13 |
| HSL | 356.25º | 0.56% | 0.72% | - |
| HSV(B) | 356.25º | 0.36% | 0.87% | - |
| XYZ | 45.6 | 37.47 | 32.85 | - |
| YUV | 167.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 148 | 0 | 0.36 | 0.34 | 0.13 | 356.25 | 0.56 | 0.72 |
| Hex | DF | 8F | 94 | 0 | 24 | 22 | D | 164 | 38 | 48 |
| Octal | 337 | 217 | 224 | 0 | 44 | 42 | 15 | 544 | 70 | 110 |
| Binary | 11011111 | 10001111 | 10010100 | 0 | 100100 | 100010 | 1101 | 101100100 | 111000 | 1001000 |
Color Harmonies of #DF8F94
Complementary color
Monochromatic Colors of #DF8F94
Black with #DF8F94
Text Example
Text Example
White with #DF8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F94; }
p { color: rgb(223,143,148); }
H1.HeaderClassName
{
color: #DF8F94;
}
.AnyTagClassName
{
color: #DF8F94;
}
</style>
background-color css
<style>
a { background-color: #DF8F94; }
a { background-color: rgb(223,143,148); }
div.DivClassName
{
background-color: #DF8F94;
}
.BgClassName
{
background-color: #DF8F94;
}
</style>
border-color css
<style>
span { border-color: #DF8F94; }
span { border-color: rgb(223,143,148); }
td.TdClassName
{
border-color: #DF8F94;
}
.TagClassName
{
border-color: #DF8F94;
}
</style>