Shades of Kobi #D89FA9
Tints of Kobi #D89FA9
RGB
CMYK
RGB Variations
Color information
#D89FA9 (or 0xD89FA9) is known color: Kobi. HEX triplet: D8, 9F and A9. RGB value is (216,159,169). Sum of RGB (Red+Green+Blue) = 216+159+169=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FA9 is #276056. Grayscale: #B1B1B1. Windows color (decimal): -2580567 or 11116504. OLE color: 11116504.
HSL color Cylindrical-coordinate representation of color #D89FA9: hue angle of 349.47º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FA9 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 169 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.15 |
| HSL | 349.47º | 0.42% | 0.74% | - |
| HSV(B) | 349.47º | 0.26% | 0.85% | - |
| XYZ | 47.88 | 42.26 | 43.17 | - |
| YUV | 177.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 169 | 0 | 0.26 | 0.22 | 0.15 | 349.47 | 0.42 | 0.74 |
| Hex | D8 | 9F | A9 | 0 | 1A | 16 | F | 15D | 2A | 4A |
| Octal | 330 | 237 | 251 | 0 | 32 | 26 | 17 | 535 | 52 | 112 |
| Binary | 11011000 | 10011111 | 10101001 | 0 | 11010 | 10110 | 1111 | 101011101 | 101010 | 1001010 |
Color Harmonies of #D89FA9
Complementary color
Monochromatic Colors of #D89FA9
Black with #D89FA9
Text Example
Text Example
White with #D89FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FA9; }
p { color: rgb(216,159,169); }
H1.HeaderClassName
{
color: #D89FA9;
}
.AnyTagClassName
{
color: #D89FA9;
}
</style>
background-color css
<style>
a { background-color: #D89FA9; }
a { background-color: rgb(216,159,169); }
div.DivClassName
{
background-color: #D89FA9;
}
.BgClassName
{
background-color: #D89FA9;
}
</style>
border-color css
<style>
span { border-color: #D89FA9; }
span { border-color: rgb(216,159,169); }
td.TdClassName
{
border-color: #D89FA9;
}
.TagClassName
{
border-color: #D89FA9;
}
</style>