Shades of Kobi #D88BA9
Tints of Kobi #D88BA9
RGB
CMYK
RGB Variations
Color information
#D88BA9 (or 0xD88BA9) is known color: Kobi. HEX triplet: D8, 8B and A9. RGB value is (216,139,169). Sum of RGB (Red+Green+Blue) = 216+139+169=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88BA9 is #277456. Grayscale: #A5A5A5. Windows color (decimal): -2585687 or 11111384. OLE color: 11111384.
HSL color Cylindrical-coordinate representation of color #D88BA9: hue angle of 336.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88BA9 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 169 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.15 |
| HSL | 336.62º | 0.5% | 0.7% | - |
| HSV(B) | 336.62º | 0.36% | 0.85% | - |
| XYZ | 44.71 | 35.93 | 42.11 | - |
| YUV | 165.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 169 | 0 | 0.36 | 0.22 | 0.15 | 336.62 | 0.5 | 0.7 |
| Hex | D8 | 8B | A9 | 0 | 24 | 16 | F | 151 | 32 | 46 |
| Octal | 330 | 213 | 251 | 0 | 44 | 26 | 17 | 521 | 62 | 106 |
| Binary | 11011000 | 10001011 | 10101001 | 0 | 100100 | 10110 | 1111 | 101010001 | 110010 | 1000110 |
Color Harmonies of #D88BA9
Complementary color
Monochromatic Colors of #D88BA9
Black with #D88BA9
Text Example
Text Example
White with #D88BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BA9; }
p { color: rgb(216,139,169); }
H1.HeaderClassName
{
color: #D88BA9;
}
.AnyTagClassName
{
color: #D88BA9;
}
</style>
background-color css
<style>
a { background-color: #D88BA9; }
a { background-color: rgb(216,139,169); }
div.DivClassName
{
background-color: #D88BA9;
}
.BgClassName
{
background-color: #D88BA9;
}
</style>
border-color css
<style>
span { border-color: #D88BA9; }
span { border-color: rgb(216,139,169); }
td.TdClassName
{
border-color: #D88BA9;
}
.TagClassName
{
border-color: #D88BA9;
}
</style>