Shades of Kobi #DB99AD
Tints of Kobi #DB99AD
RGB
CMYK
RGB Variations
Color information
#DB99AD (or 0xDB99AD) is known color: Kobi. HEX triplet: DB, 99 and AD. RGB value is (219,153,173). Sum of RGB (Red+Green+Blue) = 219+153+173=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB99AD is #246652. Grayscale: #AFAFAF. Windows color (decimal): -2385491 or 11377115. OLE color: 11377115.
HSL color Cylindrical-coordinate representation of color #DB99AD: hue angle of 341.82º 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 #DB99AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 173 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.14 |
| HSL | 341.82º | 0.48% | 0.73% | - |
| HSV(B) | 341.82º | 0.3% | 0.86% | - |
| XYZ | 48.15 | 40.86 | 44.88 | - |
| YUV | 175.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 173 | 0 | 0.30 | 0.21 | 0.14 | 341.82 | 0.48 | 0.73 |
| Hex | DB | 99 | AD | 0 | 1E | 15 | E | 156 | 30 | 49 |
| Octal | 333 | 231 | 255 | 0 | 36 | 25 | 16 | 526 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10101101 | 0 | 11110 | 10101 | 1110 | 101010110 | 110000 | 1001001 |
Color Harmonies of #DB99AD
Complementary color
Monochromatic Colors of #DB99AD
Black with #DB99AD
Text Example
Text Example
White with #DB99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99AD; }
p { color: rgb(219,153,173); }
H1.HeaderClassName
{
color: #DB99AD;
}
.AnyTagClassName
{
color: #DB99AD;
}
</style>
background-color css
<style>
a { background-color: #DB99AD; }
a { background-color: rgb(219,153,173); }
div.DivClassName
{
background-color: #DB99AD;
}
.BgClassName
{
background-color: #DB99AD;
}
</style>
border-color css
<style>
span { border-color: #DB99AD; }
span { border-color: rgb(219,153,173); }
td.TdClassName
{
border-color: #DB99AD;
}
.TagClassName
{
border-color: #DB99AD;
}
</style>