Shades of Kobi #D89DAF
Tints of Kobi #D89DAF
RGB
CMYK
RGB Variations
Color information
#D89DAF (or 0xD89DAF) is known color: Kobi. HEX triplet: D8, 9D and AF. RGB value is (216,157,175). Sum of RGB (Red+Green+Blue) = 216+157+175=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DAF is #276250. Grayscale: #B0B0B0. Windows color (decimal): -2581073 or 11509208. OLE color: 11509208.
HSL color Cylindrical-coordinate representation of color #D89DAF: hue angle of 341.69º 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 #D89DAF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 175 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.15 |
| HSL | 341.69º | 0.43% | 0.73% | - |
| HSV(B) | 341.69º | 0.27% | 0.85% | - |
| XYZ | 48.11 | 41.81 | 46.09 | - |
| YUV | 176.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 175 | 0 | 0.27 | 0.19 | 0.15 | 341.69 | 0.43 | 0.73 |
| Hex | D8 | 9D | AF | 0 | 1B | 13 | F | 156 | 2B | 49 |
| Octal | 330 | 235 | 257 | 0 | 33 | 23 | 17 | 526 | 53 | 111 |
| Binary | 11011000 | 10011101 | 10101111 | 0 | 11011 | 10011 | 1111 | 101010110 | 101011 | 1001001 |
Color Harmonies of #D89DAF
Complementary color
Monochromatic Colors of #D89DAF
Black with #D89DAF
Text Example
Text Example
White with #D89DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DAF; }
p { color: rgb(216,157,175); }
H1.HeaderClassName
{
color: #D89DAF;
}
.AnyTagClassName
{
color: #D89DAF;
}
</style>
background-color css
<style>
a { background-color: #D89DAF; }
a { background-color: rgb(216,157,175); }
div.DivClassName
{
background-color: #D89DAF;
}
.BgClassName
{
background-color: #D89DAF;
}
</style>
border-color css
<style>
span { border-color: #D89DAF; }
span { border-color: rgb(216,157,175); }
td.TdClassName
{
border-color: #D89DAF;
}
.TagClassName
{
border-color: #D89DAF;
}
</style>