Shades of Wewak #DF969F
Tints of Wewak #DF969F
RGB
CMYK
RGB Variations
Color information
#DF969F (or 0xDF969F) is known color: Wewak. HEX triplet: DF, 96 and 9F. RGB value is (223,150,159). Sum of RGB (Red+Green+Blue) = 223+150+159=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF969F is #206960. Grayscale: #ACACAC. Windows color (decimal): -2124129 or 10458847. OLE color: 10458847.
HSL color Cylindrical-coordinate representation of color #DF969F: hue angle of 352.6º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF969F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 159 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 352.6º | 0.53% | 0.73% | - |
| HSV(B) | 352.6º | 0.33% | 0.87% | - |
| XYZ | 47.6 | 40 | 38.01 | - |
| YUV | 172.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 159 | 0 | 0.33 | 0.29 | 0.13 | 352.6 | 0.53 | 0.73 |
| Hex | DF | 96 | 9F | 0 | 21 | 1D | D | 161 | 35 | 49 |
| Octal | 337 | 226 | 237 | 0 | 41 | 35 | 15 | 541 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10011111 | 0 | 100001 | 11101 | 1101 | 101100001 | 110101 | 1001001 |
Color Harmonies of #DF969F
Complementary color
Monochromatic Colors of #DF969F
Black with #DF969F
Text Example
Text Example
White with #DF969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF969F; }
p { color: rgb(223,150,159); }
H1.HeaderClassName
{
color: #DF969F;
}
.AnyTagClassName
{
color: #DF969F;
}
</style>
background-color css
<style>
a { background-color: #DF969F; }
a { background-color: rgb(223,150,159); }
div.DivClassName
{
background-color: #DF969F;
}
.BgClassName
{
background-color: #DF969F;
}
</style>
border-color css
<style>
span { border-color: #DF969F; }
span { border-color: rgb(223,150,159); }
td.TdClassName
{
border-color: #DF969F;
}
.TagClassName
{
border-color: #DF969F;
}
</style>