Shades of Kobi #DD89A9
Tints of Kobi #DD89A9
RGB
CMYK
RGB Variations
Color information
#DD89A9 (or 0xDD89A9) is known color: Kobi. HEX triplet: DD, 89 and A9. RGB value is (221,137,169). Sum of RGB (Red+Green+Blue) = 221+137+169=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89A9 is #227656. Grayscale: #A5A5A5. Windows color (decimal): -2258519 or 11110877. OLE color: 11110877.
HSL color Cylindrical-coordinate representation of color #DD89A9: hue angle of 337.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89A9 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 169 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.13 |
| HSL | 337.14º | 0.55% | 0.7% | - |
| HSV(B) | 337.14º | 0.38% | 0.87% | - |
| XYZ | 45.93 | 36.13 | 42.09 | - |
| YUV | 165.76 | 129.83 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 169 | 0 | 0.38 | 0.24 | 0.13 | 337.14 | 0.55 | 0.7 |
| Hex | DD | 89 | A9 | 0 | 26 | 18 | D | 151 | 37 | 46 |
| Octal | 335 | 211 | 251 | 0 | 46 | 30 | 15 | 521 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10101001 | 0 | 100110 | 11000 | 1101 | 101010001 | 110111 | 1000110 |
Color Harmonies of #DD89A9
Complementary color
Monochromatic Colors of #DD89A9
Black with #DD89A9
Text Example
Text Example
White with #DD89A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89A9; }
p { color: rgb(221,137,169); }
H1.HeaderClassName
{
color: #DD89A9;
}
.AnyTagClassName
{
color: #DD89A9;
}
</style>
background-color css
<style>
a { background-color: #DD89A9; }
a { background-color: rgb(221,137,169); }
div.DivClassName
{
background-color: #DD89A9;
}
.BgClassName
{
background-color: #DD89A9;
}
</style>
border-color css
<style>
span { border-color: #DD89A9; }
span { border-color: rgb(221,137,169); }
td.TdClassName
{
border-color: #DD89A9;
}
.TagClassName
{
border-color: #DD89A9;
}
</style>