Shades of Kobi #D89DA9
Tints of Kobi #D89DA9
RGB
CMYK
RGB Variations
Color information
#D89DA9 (or 0xD89DA9) is known color: Kobi. HEX triplet: D8, 9D and A9. RGB value is (216,157,169). Sum of RGB (Red+Green+Blue) = 216+157+169=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DA9 is #276256. Grayscale: #B0B0B0. Windows color (decimal): -2581079 or 11115992. OLE color: 11115992.
HSL color Cylindrical-coordinate representation of color #D89DA9: hue angle of 347.8º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DA9 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 169 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.15 |
| HSL | 347.8º | 0.43% | 0.73% | - |
| HSV(B) | 347.8º | 0.27% | 0.85% | - |
| XYZ | 47.54 | 41.58 | 43.06 | - |
| YUV | 176.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 169 | 0 | 0.27 | 0.22 | 0.15 | 347.8 | 0.43 | 0.73 |
| Hex | D8 | 9D | A9 | 0 | 1B | 16 | F | 15C | 2B | 49 |
| Octal | 330 | 235 | 251 | 0 | 33 | 26 | 17 | 534 | 53 | 111 |
| Binary | 11011000 | 10011101 | 10101001 | 0 | 11011 | 10110 | 1111 | 101011100 | 101011 | 1001001 |
Color Harmonies of #D89DA9
Complementary color
Monochromatic Colors of #D89DA9
Black with #D89DA9
Text Example
Text Example
White with #D89DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DA9; }
p { color: rgb(216,157,169); }
H1.HeaderClassName
{
color: #D89DA9;
}
.AnyTagClassName
{
color: #D89DA9;
}
</style>
background-color css
<style>
a { background-color: #D89DA9; }
a { background-color: rgb(216,157,169); }
div.DivClassName
{
background-color: #D89DA9;
}
.BgClassName
{
background-color: #D89DA9;
}
</style>
border-color css
<style>
span { border-color: #D89DA9; }
span { border-color: rgb(216,157,169); }
td.TdClassName
{
border-color: #D89DA9;
}
.TagClassName
{
border-color: #D89DA9;
}
</style>