Shades of Wewak #DD969A
Tints of Wewak #DD969A
RGB
CMYK
RGB Variations
Color information
#DD969A (or 0xDD969A) is known color: Wewak. HEX triplet: DD, 96 and 9A. RGB value is (221,150,154). Sum of RGB (Red+Green+Blue) = 221+150+154=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969A is #226965. Grayscale: #ABABAB. Windows color (decimal): -2255206 or 10131165. OLE color: 10131165.
HSL color Cylindrical-coordinate representation of color #DD969A: hue angle of 356.62º degrees, saturation: 0.51, 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 #DD969A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 154 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.13 |
| HSL | 356.62º | 0.51% | 0.73% | - |
| HSV(B) | 356.62º | 0.32% | 0.87% | - |
| XYZ | 46.56 | 39.52 | 35.75 | - |
| YUV | 171.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 154 | 0 | 0.32 | 0.30 | 0.13 | 356.62 | 0.51 | 0.73 |
| Hex | DD | 96 | 9A | 0 | 20 | 1E | D | 165 | 33 | 49 |
| Octal | 335 | 226 | 232 | 0 | 40 | 36 | 15 | 545 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10011010 | 0 | 100000 | 11110 | 1101 | 101100101 | 110011 | 1001001 |
Color Harmonies of #DD969A
Complementary color
Monochromatic Colors of #DD969A
Black with #DD969A
Text Example
Text Example
White with #DD969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD969A; }
p { color: rgb(221,150,154); }
H1.HeaderClassName
{
color: #DD969A;
}
.AnyTagClassName
{
color: #DD969A;
}
</style>
background-color css
<style>
a { background-color: #DD969A; }
a { background-color: rgb(221,150,154); }
div.DivClassName
{
background-color: #DD969A;
}
.BgClassName
{
background-color: #DD969A;
}
</style>
border-color css
<style>
span { border-color: #DD969A; }
span { border-color: rgb(221,150,154); }
td.TdClassName
{
border-color: #DD969A;
}
.TagClassName
{
border-color: #DD969A;
}
</style>