Shades of Kobi #DB99B1
Tints of Kobi #DB99B1
RGB
CMYK
RGB Variations
Color information
#DB99B1 (or 0xDB99B1) is known color: Kobi. HEX triplet: DB, 99 and B1. RGB value is (219,153,177). Sum of RGB (Red+Green+Blue) = 219+153+177=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99B1 is #24664E. Grayscale: #AFAFAF. Windows color (decimal): -2385487 or 11639259. OLE color: 11639259.
HSL color Cylindrical-coordinate representation of color #DB99B1: hue angle of 338.18º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99B1 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 177 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.14 |
| HSL | 338.18º | 0.48% | 0.73% | - |
| HSV(B) | 338.18º | 0.3% | 0.86% | - |
| XYZ | 48.54 | 41.02 | 46.95 | - |
| YUV | 175.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 177 | 0 | 0.30 | 0.19 | 0.14 | 338.18 | 0.48 | 0.73 |
| Hex | DB | 99 | B1 | 0 | 1E | 13 | E | 152 | 30 | 49 |
| Octal | 333 | 231 | 261 | 0 | 36 | 23 | 16 | 522 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10110001 | 0 | 11110 | 10011 | 1110 | 101010010 | 110000 | 1001001 |
Color Harmonies of #DB99B1
Complementary color
Monochromatic Colors of #DB99B1
Black with #DB99B1
Text Example
Text Example
White with #DB99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99B1; }
p { color: rgb(219,153,177); }
H1.HeaderClassName
{
color: #DB99B1;
}
.AnyTagClassName
{
color: #DB99B1;
}
</style>
background-color css
<style>
a { background-color: #DB99B1; }
a { background-color: rgb(219,153,177); }
div.DivClassName
{
background-color: #DB99B1;
}
.BgClassName
{
background-color: #DB99B1;
}
</style>
border-color css
<style>
span { border-color: #DB99B1; }
span { border-color: rgb(219,153,177); }
td.TdClassName
{
border-color: #DB99B1;
}
.TagClassName
{
border-color: #DB99B1;
}
</style>