Shades of Kobi #D88BAA
Tints of Kobi #D88BAA
RGB
CMYK
RGB Variations
Color information
#D88BAA (or 0xD88BAA) is known color: Kobi. HEX triplet: D8, 8B and AA. RGB value is (216,139,170). Sum of RGB (Red+Green+Blue) = 216+139+170=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D88BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88BAA is #277455. Grayscale: #A5A5A5. Windows color (decimal): -2585686 or 11176920. OLE color: 11176920.
HSL color Cylindrical-coordinate representation of color #D88BAA: hue angle of 335.84º 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 #D88BAA is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 170 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.15 |
| HSL | 335.84º | 0.5% | 0.7% | - |
| HSV(B) | 335.84º | 0.36% | 0.85% | - |
| XYZ | 44.81 | 35.97 | 42.61 | - |
| YUV | 165.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 170 | 0 | 0.36 | 0.21 | 0.15 | 335.84 | 0.5 | 0.7 |
| Hex | D8 | 8B | AA | 0 | 24 | 15 | F | 150 | 32 | 46 |
| Octal | 330 | 213 | 252 | 0 | 44 | 25 | 17 | 520 | 62 | 106 |
| Binary | 11011000 | 10001011 | 10101010 | 0 | 100100 | 10101 | 1111 | 101010000 | 110010 | 1000110 |
Color Harmonies of #D88BAA
Complementary color
Monochromatic Colors of #D88BAA
Black with #D88BAA
Text Example
Text Example
White with #D88BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88BAA; }
p { color: rgb(216,139,170); }
H1.HeaderClassName
{
color: #D88BAA;
}
.AnyTagClassName
{
color: #D88BAA;
}
</style>
background-color css
<style>
a { background-color: #D88BAA; }
a { background-color: rgb(216,139,170); }
div.DivClassName
{
background-color: #D88BAA;
}
.BgClassName
{
background-color: #D88BAA;
}
</style>
border-color css
<style>
span { border-color: #D88BAA; }
span { border-color: rgb(216,139,170); }
td.TdClassName
{
border-color: #D88BAA;
}
.TagClassName
{
border-color: #D88BAA;
}
</style>