Shades of Kobi #DB98A8
Tints of Kobi #DB98A8
RGB
CMYK
RGB Variations
Color information
#DB98A8 (or 0xDB98A8) is known color: Kobi. HEX triplet: DB, 98 and A8. RGB value is (219,152,168). Sum of RGB (Red+Green+Blue) = 219+152+168=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98A8 is #246757. Grayscale: #ADADAD. Windows color (decimal): -2385752 or 11049179. OLE color: 11049179.
HSL color Cylindrical-coordinate representation of color #DB98A8: hue angle of 345.67º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98A8 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 168 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.14 |
| HSL | 345.67º | 0.48% | 0.73% | - |
| HSV(B) | 345.67º | 0.31% | 0.86% | - |
| XYZ | 47.51 | 40.34 | 42.33 | - |
| YUV | 173.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 168 | 0 | 0.31 | 0.23 | 0.14 | 345.67 | 0.48 | 0.73 |
| Hex | DB | 98 | A8 | 0 | 1F | 17 | E | 15A | 30 | 49 |
| Octal | 333 | 230 | 250 | 0 | 37 | 27 | 16 | 532 | 60 | 111 |
| Binary | 11011011 | 10011000 | 10101000 | 0 | 11111 | 10111 | 1110 | 101011010 | 110000 | 1001001 |
Color Harmonies of #DB98A8
Complementary color
Monochromatic Colors of #DB98A8
Black with #DB98A8
Text Example
Text Example
White with #DB98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98A8; }
p { color: rgb(219,152,168); }
H1.HeaderClassName
{
color: #DB98A8;
}
.AnyTagClassName
{
color: #DB98A8;
}
</style>
background-color css
<style>
a { background-color: #DB98A8; }
a { background-color: rgb(219,152,168); }
div.DivClassName
{
background-color: #DB98A8;
}
.BgClassName
{
background-color: #DB98A8;
}
</style>
border-color css
<style>
span { border-color: #DB98A8; }
span { border-color: rgb(219,152,168); }
td.TdClassName
{
border-color: #DB98A8;
}
.TagClassName
{
border-color: #DB98A8;
}
</style>