Shades of Kobi #D89AB1
Tints of Kobi #D89AB1
RGB
CMYK
RGB Variations
Color information
#D89AB1 (or 0xD89AB1) is known color: Kobi. HEX triplet: D8, 9A and B1. RGB value is (216,154,177). Sum of RGB (Red+Green+Blue) = 216+154+177=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AB1 is #27654E. Grayscale: #AFAFAF. Windows color (decimal): -2581839 or 11639512. OLE color: 11639512.
HSL color Cylindrical-coordinate representation of color #D89AB1: hue angle of 337.74º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AB1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 177 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 337.74º | 0.44% | 0.73% | - |
| HSV(B) | 337.74º | 0.29% | 0.85% | - |
| XYZ | 47.81 | 40.88 | 46.97 | - |
| YUV | 175.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 177 | 0 | 0.29 | 0.18 | 0.15 | 337.74 | 0.44 | 0.73 |
| Hex | D8 | 9A | B1 | 0 | 1D | 12 | F | 152 | 2C | 49 |
| Octal | 330 | 232 | 261 | 0 | 35 | 22 | 17 | 522 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10110001 | 0 | 11101 | 10010 | 1111 | 101010010 | 101100 | 1001001 |
Color Harmonies of #D89AB1
Complementary color
Monochromatic Colors of #D89AB1
Black with #D89AB1
Text Example
Text Example
White with #D89AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AB1; }
p { color: rgb(216,154,177); }
H1.HeaderClassName
{
color: #D89AB1;
}
.AnyTagClassName
{
color: #D89AB1;
}
</style>
background-color css
<style>
a { background-color: #D89AB1; }
a { background-color: rgb(216,154,177); }
div.DivClassName
{
background-color: #D89AB1;
}
.BgClassName
{
background-color: #D89AB1;
}
</style>
border-color css
<style>
span { border-color: #D89AB1; }
span { border-color: rgb(216,154,177); }
td.TdClassName
{
border-color: #D89AB1;
}
.TagClassName
{
border-color: #D89AB1;
}
</style>