Shades of Kobi #DB88B4
Tints of Kobi #DB88B4
RGB
CMYK
RGB Variations
Color information
#DB88B4 (or 0xDB88B4) is known color: Kobi. HEX triplet: DB, 88 and B4. RGB value is (219,136,180). Sum of RGB (Red+Green+Blue) = 219+136+180=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88B4 is #24774B. Grayscale: #A5A5A5. Windows color (decimal): -2389836 or 11831515. OLE color: 11831515.
HSL color Cylindrical-coordinate representation of color #DB88B4: hue angle of 328.19º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88B4 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 180 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.14 |
| HSL | 328.19º | 0.54% | 0.7% | - |
| HSV(B) | 328.19º | 0.38% | 0.86% | - |
| XYZ | 46.26 | 35.96 | 47.68 | - |
| YUV | 165.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 180 | 0 | 0.38 | 0.18 | 0.14 | 328.19 | 0.54 | 0.7 |
| Hex | DB | 88 | B4 | 0 | 26 | 12 | E | 148 | 36 | 46 |
| Octal | 333 | 210 | 264 | 0 | 46 | 22 | 16 | 510 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10110100 | 0 | 100110 | 10010 | 1110 | 101001000 | 110110 | 1000110 |
Color Harmonies of #DB88B4
Complementary color
Monochromatic Colors of #DB88B4
Black with #DB88B4
Text Example
Text Example
White with #DB88B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88B4; }
p { color: rgb(219,136,180); }
H1.HeaderClassName
{
color: #DB88B4;
}
.AnyTagClassName
{
color: #DB88B4;
}
</style>
background-color css
<style>
a { background-color: #DB88B4; }
a { background-color: rgb(219,136,180); }
div.DivClassName
{
background-color: #DB88B4;
}
.BgClassName
{
background-color: #DB88B4;
}
</style>
border-color css
<style>
span { border-color: #DB88B4; }
span { border-color: rgb(219,136,180); }
td.TdClassName
{
border-color: #DB88B4;
}
.TagClassName
{
border-color: #DB88B4;
}
</style>