Shades of Kobi #DB99A8
Tints of Kobi #DB99A8
RGB
CMYK
RGB Variations
Color information
#DB99A8 (or 0xDB99A8) is known color: Kobi. HEX triplet: DB, 99 and A8. RGB value is (219,153,168). Sum of RGB (Red+Green+Blue) = 219+153+168=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99A8 is #246657. Grayscale: #AEAEAE. Windows color (decimal): -2385496 or 11049435. OLE color: 11049435.
HSL color Cylindrical-coordinate representation of color #DB99A8: hue angle of 346.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 #DB99A8 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 168 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.14 |
| HSL | 346.36º | 0.48% | 0.73% | - |
| HSV(B) | 346.36º | 0.3% | 0.86% | - |
| XYZ | 47.67 | 40.67 | 42.38 | - |
| YUV | 174.44 | 124.37 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 168 | 0 | 0.30 | 0.23 | 0.14 | 346.36 | 0.48 | 0.73 |
| Hex | DB | 99 | A8 | 0 | 1E | 17 | E | 15A | 30 | 49 |
| Octal | 333 | 231 | 250 | 0 | 36 | 27 | 16 | 532 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10101000 | 0 | 11110 | 10111 | 1110 | 101011010 | 110000 | 1001001 |
Color Harmonies of #DB99A8
Complementary color
Monochromatic Colors of #DB99A8
Black with #DB99A8
Text Example
Text Example
White with #DB99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99A8; }
p { color: rgb(219,153,168); }
H1.HeaderClassName
{
color: #DB99A8;
}
.AnyTagClassName
{
color: #DB99A8;
}
</style>
background-color css
<style>
a { background-color: #DB99A8; }
a { background-color: rgb(219,153,168); }
div.DivClassName
{
background-color: #DB99A8;
}
.BgClassName
{
background-color: #DB99A8;
}
</style>
border-color css
<style>
span { border-color: #DB99A8; }
span { border-color: rgb(219,153,168); }
td.TdClassName
{
border-color: #DB99A8;
}
.TagClassName
{
border-color: #DB99A8;
}
</style>