Shades of Wewak #DF979F
Tints of Wewak #DF979F
RGB
CMYK
RGB Variations
Color information
#DF979F (or 0xDF979F) is known color: Wewak. HEX triplet: DF, 97 and 9F. RGB value is (223,151,159). Sum of RGB (Red+Green+Blue) = 223+151+159=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF979F is #206860. Grayscale: #ADADAD. Windows color (decimal): -2123873 or 10459103. OLE color: 10459103.
HSL color Cylindrical-coordinate representation of color #DF979F: hue angle of 353.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF979F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 159 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.13 |
| HSL | 353.33º | 0.53% | 0.73% | - |
| HSV(B) | 353.33º | 0.32% | 0.87% | - |
| XYZ | 47.76 | 40.32 | 38.07 | - |
| YUV | 173.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 159 | 0 | 0.32 | 0.29 | 0.13 | 353.33 | 0.53 | 0.73 |
| Hex | DF | 97 | 9F | 0 | 20 | 1D | D | 161 | 35 | 49 |
| Octal | 337 | 227 | 237 | 0 | 40 | 35 | 15 | 541 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10011111 | 0 | 100000 | 11101 | 1101 | 101100001 | 110101 | 1001001 |
Color Harmonies of #DF979F
Complementary color
Monochromatic Colors of #DF979F
Black with #DF979F
Text Example
Text Example
White with #DF979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF979F; }
p { color: rgb(223,151,159); }
H1.HeaderClassName
{
color: #DF979F;
}
.AnyTagClassName
{
color: #DF979F;
}
</style>
background-color css
<style>
a { background-color: #DF979F; }
a { background-color: rgb(223,151,159); }
div.DivClassName
{
background-color: #DF979F;
}
.BgClassName
{
background-color: #DF979F;
}
</style>
border-color css
<style>
span { border-color: #DF979F; }
span { border-color: rgb(223,151,159); }
td.TdClassName
{
border-color: #DF979F;
}
.TagClassName
{
border-color: #DF979F;
}
</style>