Shades of Kobi #DB8DA4
Tints of Kobi #DB8DA4
RGB
CMYK
RGB Variations
Color information
#DB8DA4 (or 0xDB8DA4) is known color: Kobi. HEX triplet: DB, 8D and A4. RGB value is (219,141,164). Sum of RGB (Red+Green+Blue) = 219+141+164=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8DA4 is #24725B. Grayscale: #A6A6A6. Windows color (decimal): -2388572 or 10784219. OLE color: 10784219.
HSL color Cylindrical-coordinate representation of color #DB8DA4: hue angle of 342.31º 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 #DB8DA4 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 164 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.14 |
| HSL | 342.31º | 0.52% | 0.71% | - |
| HSV(B) | 342.31º | 0.36% | 0.86% | - |
| XYZ | 45.44 | 36.79 | 39.83 | - |
| YUV | 166.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 164 | 0 | 0.36 | 0.25 | 0.14 | 342.31 | 0.52 | 0.71 |
| Hex | DB | 8D | A4 | 0 | 24 | 19 | E | 156 | 34 | 47 |
| Octal | 333 | 215 | 244 | 0 | 44 | 31 | 16 | 526 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10100100 | 0 | 100100 | 11001 | 1110 | 101010110 | 110100 | 1000111 |
Color Harmonies of #DB8DA4
Complementary color
Monochromatic Colors of #DB8DA4
Black with #DB8DA4
Text Example
Text Example
White with #DB8DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DA4; }
p { color: rgb(219,141,164); }
H1.HeaderClassName
{
color: #DB8DA4;
}
.AnyTagClassName
{
color: #DB8DA4;
}
</style>
background-color css
<style>
a { background-color: #DB8DA4; }
a { background-color: rgb(219,141,164); }
div.DivClassName
{
background-color: #DB8DA4;
}
.BgClassName
{
background-color: #DB8DA4;
}
</style>
border-color css
<style>
span { border-color: #DB8DA4; }
span { border-color: rgb(219,141,164); }
td.TdClassName
{
border-color: #DB8DA4;
}
.TagClassName
{
border-color: #DB8DA4;
}
</style>