Shades of Wewak #DF959B
Tints of Wewak #DF959B
RGB
CMYK
RGB Variations
Color information
#DF959B (or 0xDF959B) is known color: Wewak. HEX triplet: DF, 95 and 9B. RGB value is (223,149,155). Sum of RGB (Red+Green+Blue) = 223+149+155=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959B is #206A64. Grayscale: #ABABAB. Windows color (decimal): -2124389 or 10196447. OLE color: 10196447.
HSL color Cylindrical-coordinate representation of color #DF959B: hue angle of 355.14º degrees, saturation: 0.54, 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 #DF959B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 155 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.13 |
| HSL | 355.14º | 0.54% | 0.73% | - |
| HSV(B) | 355.14º | 0.33% | 0.87% | - |
| XYZ | 47.1 | 39.55 | 36.16 | - |
| YUV | 171.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 155 | 0 | 0.33 | 0.30 | 0.13 | 355.14 | 0.54 | 0.73 |
| Hex | DF | 95 | 9B | 0 | 21 | 1E | D | 163 | 36 | 49 |
| Octal | 337 | 225 | 233 | 0 | 41 | 36 | 15 | 543 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10011011 | 0 | 100001 | 11110 | 1101 | 101100011 | 110110 | 1001001 |
Color Harmonies of #DF959B
Complementary color
Monochromatic Colors of #DF959B
Black with #DF959B
Text Example
Text Example
White with #DF959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF959B; }
p { color: rgb(223,149,155); }
H1.HeaderClassName
{
color: #DF959B;
}
.AnyTagClassName
{
color: #DF959B;
}
</style>
background-color css
<style>
a { background-color: #DF959B; }
a { background-color: rgb(223,149,155); }
div.DivClassName
{
background-color: #DF959B;
}
.BgClassName
{
background-color: #DF959B;
}
</style>
border-color css
<style>
span { border-color: #DF959B; }
span { border-color: rgb(223,149,155); }
td.TdClassName
{
border-color: #DF959B;
}
.TagClassName
{
border-color: #DF959B;
}
</style>