Shades of Kobi #DB8DA3
Tints of Kobi #DB8DA3
RGB
CMYK
RGB Variations
Color information
#DB8DA3 (or 0xDB8DA3) is known color: Kobi. HEX triplet: DB, 8D and A3. RGB value is (219,141,163). Sum of RGB (Red+Green+Blue) = 219+141+163=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA3 is #24725C. Grayscale: #A6A6A6. Windows color (decimal): -2388573 or 10718683. OLE color: 10718683.
HSL color Cylindrical-coordinate representation of color #DB8DA3: hue angle of 343.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DA3 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 163 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.14 |
| HSL | 343.08º | 0.52% | 0.71% | - |
| HSV(B) | 343.08º | 0.36% | 0.86% | - |
| XYZ | 45.35 | 36.75 | 39.35 | - |
| YUV | 166.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 163 | 0 | 0.36 | 0.26 | 0.14 | 343.08 | 0.52 | 0.71 |
| Hex | DB | 8D | A3 | 0 | 24 | 1A | E | 157 | 34 | 47 |
| Octal | 333 | 215 | 243 | 0 | 44 | 32 | 16 | 527 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10100011 | 0 | 100100 | 11010 | 1110 | 101010111 | 110100 | 1000111 |
Color Harmonies of #DB8DA3
Complementary color
Monochromatic Colors of #DB8DA3
Black with #DB8DA3
Text Example
Text Example
White with #DB8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA3; }
p { color: rgb(219,141,163); }
H1.HeaderClassName
{
color: #DB8DA3;
}
.AnyTagClassName
{
color: #DB8DA3;
}
</style>
background-color css
<style>
a { background-color: #DB8DA3; }
a { background-color: rgb(219,141,163); }
div.DivClassName
{
background-color: #DB8DA3;
}
.BgClassName
{
background-color: #DB8DA3;
}
</style>
border-color css
<style>
span { border-color: #DB8DA3; }
span { border-color: rgb(219,141,163); }
td.TdClassName
{
border-color: #DB8DA3;
}
.TagClassName
{
border-color: #DB8DA3;
}
</style>