Shades of Wewak #DF909A
Tints of Wewak #DF909A
RGB
CMYK
RGB Variations
Color information
#DF909A (or 0xDF909A) is known color: Wewak. HEX triplet: DF, 90 and 9A. RGB value is (223,144,154). Sum of RGB (Red+Green+Blue) = 223+144+154=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF909A is #206F65. Grayscale: #A8A8A8. Windows color (decimal): -2125670 or 10129631. OLE color: 10129631.
HSL color Cylindrical-coordinate representation of color #DF909A: hue angle of 352.41º 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 #DF909A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 154 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.13 |
| HSL | 352.41º | 0.55% | 0.72% | - |
| HSV(B) | 352.41º | 0.35% | 0.87% | - |
| XYZ | 46.24 | 37.97 | 35.46 | - |
| YUV | 168.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 154 | 0 | 0.35 | 0.31 | 0.13 | 352.41 | 0.55 | 0.72 |
| Hex | DF | 90 | 9A | 0 | 23 | 1F | D | 160 | 37 | 48 |
| Octal | 337 | 220 | 232 | 0 | 43 | 37 | 15 | 540 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10011010 | 0 | 100011 | 11111 | 1101 | 101100000 | 110111 | 1001000 |
Color Harmonies of #DF909A
Complementary color
Monochromatic Colors of #DF909A
Black with #DF909A
Text Example
Text Example
White with #DF909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF909A; }
p { color: rgb(223,144,154); }
H1.HeaderClassName
{
color: #DF909A;
}
.AnyTagClassName
{
color: #DF909A;
}
</style>
background-color css
<style>
a { background-color: #DF909A; }
a { background-color: rgb(223,144,154); }
div.DivClassName
{
background-color: #DF909A;
}
.BgClassName
{
background-color: #DF909A;
}
</style>
border-color css
<style>
span { border-color: #DF909A; }
span { border-color: rgb(223,144,154); }
td.TdClassName
{
border-color: #DF909A;
}
.TagClassName
{
border-color: #DF909A;
}
</style>