Shades of Kobi #D89CB4
Tints of Kobi #D89CB4
RGB
CMYK
RGB Variations
Color information
#D89CB4 (or 0xD89CB4) is known color: Kobi. HEX triplet: D8, 9C and B4. RGB value is (216,156,180). Sum of RGB (Red+Green+Blue) = 216+156+180=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89CB4 is #27634B. Grayscale: #B0B0B0. Windows color (decimal): -2581324 or 11836632. OLE color: 11836632.
HSL color Cylindrical-coordinate representation of color #D89CB4: hue angle of 336º degrees, saturation: 0.43, 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 #D89CB4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 180 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.15 |
| HSL | 336º | 0.43% | 0.73% | - |
| HSV(B) | 336º | 0.28% | 0.85% | - |
| XYZ | 48.45 | 41.67 | 48.67 | - |
| YUV | 176.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 180 | 0 | 0.28 | 0.17 | 0.15 | 336 | 0.43 | 0.73 |
| Hex | D8 | 9C | B4 | 0 | 1C | 11 | F | 150 | 2B | 49 |
| Octal | 330 | 234 | 264 | 0 | 34 | 21 | 17 | 520 | 53 | 111 |
| Binary | 11011000 | 10011100 | 10110100 | 0 | 11100 | 10001 | 1111 | 101010000 | 101011 | 1001001 |
Color Harmonies of #D89CB4
Complementary color
Monochromatic Colors of #D89CB4
Black with #D89CB4
Text Example
Text Example
White with #D89CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CB4; }
p { color: rgb(216,156,180); }
H1.HeaderClassName
{
color: #D89CB4;
}
.AnyTagClassName
{
color: #D89CB4;
}
</style>
background-color css
<style>
a { background-color: #D89CB4; }
a { background-color: rgb(216,156,180); }
div.DivClassName
{
background-color: #D89CB4;
}
.BgClassName
{
background-color: #D89CB4;
}
</style>
border-color css
<style>
span { border-color: #D89CB4; }
span { border-color: rgb(216,156,180); }
td.TdClassName
{
border-color: #D89CB4;
}
.TagClassName
{
border-color: #D89CB4;
}
</style>