Shades of Kobi #DB99B3
Tints of Kobi #DB99B3
RGB
CMYK
RGB Variations
Color information
#DB99B3 (or 0xDB99B3) is known color: Kobi. HEX triplet: DB, 99 and B3. RGB value is (219,153,179). Sum of RGB (Red+Green+Blue) = 219+153+179=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99B3 is #24664C. Grayscale: #AFAFAF. Windows color (decimal): -2385485 or 11770331. OLE color: 11770331.
HSL color Cylindrical-coordinate representation of color #DB99B3: hue angle of 336.36º 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 #DB99B3 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 179 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.14 |
| HSL | 336.36º | 0.48% | 0.73% | - |
| HSV(B) | 336.36º | 0.3% | 0.86% | - |
| XYZ | 48.74 | 41.1 | 48.01 | - |
| YUV | 175.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 179 | 0 | 0.30 | 0.18 | 0.14 | 336.36 | 0.48 | 0.73 |
| Hex | DB | 99 | B3 | 0 | 1E | 12 | E | 150 | 30 | 49 |
| Octal | 333 | 231 | 263 | 0 | 36 | 22 | 16 | 520 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10110011 | 0 | 11110 | 10010 | 1110 | 101010000 | 110000 | 1001001 |
Color Harmonies of #DB99B3
Complementary color
Monochromatic Colors of #DB99B3
Black with #DB99B3
Text Example
Text Example
White with #DB99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99B3; }
p { color: rgb(219,153,179); }
H1.HeaderClassName
{
color: #DB99B3;
}
.AnyTagClassName
{
color: #DB99B3;
}
</style>
background-color css
<style>
a { background-color: #DB99B3; }
a { background-color: rgb(219,153,179); }
div.DivClassName
{
background-color: #DB99B3;
}
.BgClassName
{
background-color: #DB99B3;
}
</style>
border-color css
<style>
span { border-color: #DB99B3; }
span { border-color: rgb(219,153,179); }
td.TdClassName
{
border-color: #DB99B3;
}
.TagClassName
{
border-color: #DB99B3;
}
</style>