Shades of Kobi #DB8BB1
Tints of Kobi #DB8BB1
RGB
CMYK
RGB Variations
Color information
#DB8BB1 (or 0xDB8BB1) is known color: Kobi. HEX triplet: DB, 8B and B1. RGB value is (219,139,177). Sum of RGB (Red+Green+Blue) = 219+139+177=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BB1 is #24744E. Grayscale: #A7A7A7. Windows color (decimal): -2389071 or 11635675. OLE color: 11635675.
HSL color Cylindrical-coordinate representation of color #DB8BB1: hue angle of 331.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BB1 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 177 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.14 |
| HSL | 331.5º | 0.53% | 0.7% | - |
| HSV(B) | 331.5º | 0.37% | 0.86% | - |
| XYZ | 46.38 | 36.7 | 46.23 | - |
| YUV | 167.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 177 | 0 | 0.37 | 0.19 | 0.14 | 331.5 | 0.53 | 0.7 |
| Hex | DB | 8B | B1 | 0 | 25 | 13 | E | 14C | 35 | 46 |
| Octal | 333 | 213 | 261 | 0 | 45 | 23 | 16 | 514 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10110001 | 0 | 100101 | 10011 | 1110 | 101001100 | 110101 | 1000110 |
Color Harmonies of #DB8BB1
Complementary color
Monochromatic Colors of #DB8BB1
Black with #DB8BB1
Text Example
Text Example
White with #DB8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BB1; }
p { color: rgb(219,139,177); }
H1.HeaderClassName
{
color: #DB8BB1;
}
.AnyTagClassName
{
color: #DB8BB1;
}
</style>
background-color css
<style>
a { background-color: #DB8BB1; }
a { background-color: rgb(219,139,177); }
div.DivClassName
{
background-color: #DB8BB1;
}
.BgClassName
{
background-color: #DB8BB1;
}
</style>
border-color css
<style>
span { border-color: #DB8BB1; }
span { border-color: rgb(219,139,177); }
td.TdClassName
{
border-color: #DB8BB1;
}
.TagClassName
{
border-color: #DB8BB1;
}
</style>