Shades of Kobi #DB9DAD
Tints of Kobi #DB9DAD
RGB
CMYK
RGB Variations
Color information
#DB9DAD (or 0xDB9DAD) is known color: Kobi. HEX triplet: DB, 9D and AD. RGB value is (219,157,173). Sum of RGB (Red+Green+Blue) = 219+157+173=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DAD is #246252. Grayscale: #B1B1B1. Windows color (decimal): -2384467 or 11378139. OLE color: 11378139.
HSL color Cylindrical-coordinate representation of color #DB9DAD: hue angle of 344.52º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DAD is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 173 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.14 |
| HSL | 344.52º | 0.46% | 0.74% | - |
| HSV(B) | 344.52º | 0.28% | 0.86% | - |
| XYZ | 48.81 | 42.19 | 45.11 | - |
| YUV | 177.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 173 | 0 | 0.28 | 0.21 | 0.14 | 344.52 | 0.46 | 0.74 |
| Hex | DB | 9D | AD | 0 | 1C | 15 | E | 159 | 2E | 4A |
| Octal | 333 | 235 | 255 | 0 | 34 | 25 | 16 | 531 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10101101 | 0 | 11100 | 10101 | 1110 | 101011001 | 101110 | 1001010 |
Color Harmonies of #DB9DAD
Complementary color
Monochromatic Colors of #DB9DAD
Black with #DB9DAD
Text Example
Text Example
White with #DB9DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DAD; }
p { color: rgb(219,157,173); }
H1.HeaderClassName
{
color: #DB9DAD;
}
.AnyTagClassName
{
color: #DB9DAD;
}
</style>
background-color css
<style>
a { background-color: #DB9DAD; }
a { background-color: rgb(219,157,173); }
div.DivClassName
{
background-color: #DB9DAD;
}
.BgClassName
{
background-color: #DB9DAD;
}
</style>
border-color css
<style>
span { border-color: #DB9DAD; }
span { border-color: rgb(219,157,173); }
td.TdClassName
{
border-color: #DB9DAD;
}
.TagClassName
{
border-color: #DB9DAD;
}
</style>