Shades of Kobi #DB97AD
Tints of Kobi #DB97AD
RGB
CMYK
RGB Variations
Color information
#DB97AD (or 0xDB97AD) is known color: Kobi. HEX triplet: DB, 97 and AD. RGB value is (219,151,173). Sum of RGB (Red+Green+Blue) = 219+151+173=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB97AD is #246852. Grayscale: #ADADAD. Windows color (decimal): -2386003 or 11376603. OLE color: 11376603.
HSL color Cylindrical-coordinate representation of color #DB97AD: hue angle of 340.59º degrees, saturation: 0.49, 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 #DB97AD is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 173 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.14 |
| HSL | 340.59º | 0.49% | 0.73% | - |
| HSV(B) | 340.59º | 0.31% | 0.86% | - |
| XYZ | 47.82 | 40.21 | 44.78 | - |
| YUV | 173.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 173 | 0 | 0.31 | 0.21 | 0.14 | 340.59 | 0.49 | 0.73 |
| Hex | DB | 97 | AD | 0 | 1F | 15 | E | 155 | 31 | 49 |
| Octal | 333 | 227 | 255 | 0 | 37 | 25 | 16 | 525 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10101101 | 0 | 11111 | 10101 | 1110 | 101010101 | 110001 | 1001001 |
Color Harmonies of #DB97AD
Complementary color
Monochromatic Colors of #DB97AD
Black with #DB97AD
Text Example
Text Example
White with #DB97AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97AD; }
p { color: rgb(219,151,173); }
H1.HeaderClassName
{
color: #DB97AD;
}
.AnyTagClassName
{
color: #DB97AD;
}
</style>
background-color css
<style>
a { background-color: #DB97AD; }
a { background-color: rgb(219,151,173); }
div.DivClassName
{
background-color: #DB97AD;
}
.BgClassName
{
background-color: #DB97AD;
}
</style>
border-color css
<style>
span { border-color: #DB97AD; }
span { border-color: rgb(219,151,173); }
td.TdClassName
{
border-color: #DB97AD;
}
.TagClassName
{
border-color: #DB97AD;
}
</style>