Shades of Kobi #D89BB5
Tints of Kobi #D89BB5
RGB
CMYK
RGB Variations
Color information
#D89BB5 (or 0xD89BB5) is known color: Kobi. HEX triplet: D8, 9B and B5. RGB value is (216,155,181). Sum of RGB (Red+Green+Blue) = 216+155+181=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89BB5 is #27644A. Grayscale: #B0B0B0. Windows color (decimal): -2581579 or 11901912. OLE color: 11901912.
HSL color Cylindrical-coordinate representation of color #D89BB5: hue angle of 334.43º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BB5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 181 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.15 |
| HSL | 334.43º | 0.44% | 0.73% | - |
| HSV(B) | 334.43º | 0.28% | 0.85% | - |
| XYZ | 48.38 | 41.38 | 49.15 | - |
| YUV | 176.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 181 | 0 | 0.28 | 0.16 | 0.15 | 334.43 | 0.44 | 0.73 |
| Hex | D8 | 9B | B5 | 0 | 1C | 10 | F | 14E | 2C | 49 |
| Octal | 330 | 233 | 265 | 0 | 34 | 20 | 17 | 516 | 54 | 111 |
| Binary | 11011000 | 10011011 | 10110101 | 0 | 11100 | 10000 | 1111 | 101001110 | 101100 | 1001001 |
Color Harmonies of #D89BB5
Complementary color
Monochromatic Colors of #D89BB5
Black with #D89BB5
Text Example
Text Example
White with #D89BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BB5; }
p { color: rgb(216,155,181); }
H1.HeaderClassName
{
color: #D89BB5;
}
.AnyTagClassName
{
color: #D89BB5;
}
</style>
background-color css
<style>
a { background-color: #D89BB5; }
a { background-color: rgb(216,155,181); }
div.DivClassName
{
background-color: #D89BB5;
}
.BgClassName
{
background-color: #D89BB5;
}
</style>
border-color css
<style>
span { border-color: #D89BB5; }
span { border-color: rgb(216,155,181); }
td.TdClassName
{
border-color: #D89BB5;
}
.TagClassName
{
border-color: #D89BB5;
}
</style>