Shades of Kobi #DB99B5
Tints of Kobi #DB99B5
RGB
CMYK
RGB Variations
Color information
#DB99B5 (or 0xDB99B5) is known color: Kobi. HEX triplet: DB, 99 and B5. RGB value is (219,153,181). Sum of RGB (Red+Green+Blue) = 219+153+181=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99B5 is #24664A. Grayscale: #AFAFAF. Windows color (decimal): -2385483 or 11901403. OLE color: 11901403.
HSL color Cylindrical-coordinate representation of color #DB99B5: hue angle of 334.55º 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 #DB99B5 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 181 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.14 |
| HSL | 334.55º | 0.48% | 0.73% | - |
| HSV(B) | 334.55º | 0.3% | 0.86% | - |
| XYZ | 48.95 | 41.18 | 49.08 | - |
| YUV | 175.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 181 | 0 | 0.30 | 0.17 | 0.14 | 334.55 | 0.48 | 0.73 |
| Hex | DB | 99 | B5 | 0 | 1E | 11 | E | 14F | 30 | 49 |
| Octal | 333 | 231 | 265 | 0 | 36 | 21 | 16 | 517 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10110101 | 0 | 11110 | 10001 | 1110 | 101001111 | 110000 | 1001001 |
Color Harmonies of #DB99B5
Complementary color
Monochromatic Colors of #DB99B5
Black with #DB99B5
Text Example
Text Example
White with #DB99B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99B5; }
p { color: rgb(219,153,181); }
H1.HeaderClassName
{
color: #DB99B5;
}
.AnyTagClassName
{
color: #DB99B5;
}
</style>
background-color css
<style>
a { background-color: #DB99B5; }
a { background-color: rgb(219,153,181); }
div.DivClassName
{
background-color: #DB99B5;
}
.BgClassName
{
background-color: #DB99B5;
}
</style>
border-color css
<style>
span { border-color: #DB99B5; }
span { border-color: rgb(219,153,181); }
td.TdClassName
{
border-color: #DB99B5;
}
.TagClassName
{
border-color: #DB99B5;
}
</style>