Shades of Kobi #D89FAC
Tints of Kobi #D89FAC
RGB
CMYK
RGB Variations
Color information
#D89FAC (or 0xD89FAC) is known color: Kobi. HEX triplet: D8, 9F and AC. RGB value is (216,159,172). Sum of RGB (Red+Green+Blue) = 216+159+172=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAC is #276053. Grayscale: #B1B1B1. Windows color (decimal): -2580564 or 11313112. OLE color: 11313112.
HSL color Cylindrical-coordinate representation of color #D89FAC: hue angle of 346.32º 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 #D89FAC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 172 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.15 |
| HSL | 346.32º | 0.42% | 0.74% | - |
| HSV(B) | 346.32º | 0.26% | 0.85% | - |
| XYZ | 48.16 | 42.37 | 44.67 | - |
| YUV | 177.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 172 | 0 | 0.26 | 0.20 | 0.15 | 346.32 | 0.42 | 0.74 |
| Hex | D8 | 9F | AC | 0 | 1A | 14 | F | 15A | 2A | 4A |
| Octal | 330 | 237 | 254 | 0 | 32 | 24 | 17 | 532 | 52 | 112 |
| Binary | 11011000 | 10011111 | 10101100 | 0 | 11010 | 10100 | 1111 | 101011010 | 101010 | 1001010 |
Color Harmonies of #D89FAC
Complementary color
Monochromatic Colors of #D89FAC
Black with #D89FAC
Text Example
Text Example
White with #D89FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FAC; }
p { color: rgb(216,159,172); }
H1.HeaderClassName
{
color: #D89FAC;
}
.AnyTagClassName
{
color: #D89FAC;
}
</style>
background-color css
<style>
a { background-color: #D89FAC; }
a { background-color: rgb(216,159,172); }
div.DivClassName
{
background-color: #D89FAC;
}
.BgClassName
{
background-color: #D89FAC;
}
</style>
border-color css
<style>
span { border-color: #D89FAC; }
span { border-color: rgb(216,159,172); }
td.TdClassName
{
border-color: #D89FAC;
}
.TagClassName
{
border-color: #D89FAC;
}
</style>