Shades of Kobi #DB9FAD
Tints of Kobi #DB9FAD
RGB
CMYK
RGB Variations
Color information
#DB9FAD (or 0xDB9FAD) is known color: Kobi. HEX triplet: DB, 9F and AD. RGB value is (219,159,173). Sum of RGB (Red+Green+Blue) = 219+159+173=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FAD is #246052. Grayscale: #B2B2B2. Windows color (decimal): -2383955 or 11378651. OLE color: 11378651.
HSL color Cylindrical-coordinate representation of color #DB9FAD: hue angle of 346º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FAD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 173 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.14 |
| HSL | 346º | 0.45% | 0.74% | - |
| HSV(B) | 346º | 0.27% | 0.86% | - |
| XYZ | 49.15 | 42.87 | 45.22 | - |
| YUV | 178.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 173 | 0 | 0.27 | 0.21 | 0.14 | 346 | 0.45 | 0.74 |
| Hex | DB | 9F | AD | 0 | 1B | 15 | E | 15A | 2D | 4A |
| Octal | 333 | 237 | 255 | 0 | 33 | 25 | 16 | 532 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10101101 | 0 | 11011 | 10101 | 1110 | 101011010 | 101101 | 1001010 |
Color Harmonies of #DB9FAD
Complementary color
Monochromatic Colors of #DB9FAD
Black with #DB9FAD
Text Example
Text Example
White with #DB9FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FAD; }
p { color: rgb(219,159,173); }
H1.HeaderClassName
{
color: #DB9FAD;
}
.AnyTagClassName
{
color: #DB9FAD;
}
</style>
background-color css
<style>
a { background-color: #DB9FAD; }
a { background-color: rgb(219,159,173); }
div.DivClassName
{
background-color: #DB9FAD;
}
.BgClassName
{
background-color: #DB9FAD;
}
</style>
border-color css
<style>
span { border-color: #DB9FAD; }
span { border-color: rgb(219,159,173); }
td.TdClassName
{
border-color: #DB9FAD;
}
.TagClassName
{
border-color: #DB9FAD;
}
</style>