Shades of Kobi #DB8DB3
Tints of Kobi #DB8DB3
RGB
CMYK
RGB Variations
Color information
#DB8DB3 (or 0xDB8DB3) is known color: Kobi. HEX triplet: DB, 8D and B3. RGB value is (219,141,179). Sum of RGB (Red+Green+Blue) = 219+141+179=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB3 is #24724C. Grayscale: #A8A8A8. Windows color (decimal): -2388557 or 11767259. OLE color: 11767259.
HSL color Cylindrical-coordinate representation of color #DB8DB3: hue angle of 330.77º 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 #DB8DB3 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 179 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.14 |
| HSL | 330.77º | 0.52% | 0.71% | - |
| HSV(B) | 330.77º | 0.36% | 0.86% | - |
| XYZ | 46.87 | 37.36 | 47.39 | - |
| YUV | 168.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 179 | 0 | 0.36 | 0.18 | 0.14 | 330.77 | 0.52 | 0.71 |
| Hex | DB | 8D | B3 | 0 | 24 | 12 | E | 14B | 34 | 47 |
| Octal | 333 | 215 | 263 | 0 | 44 | 22 | 16 | 513 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10110011 | 0 | 100100 | 10010 | 1110 | 101001011 | 110100 | 1000111 |
Color Harmonies of #DB8DB3
Complementary color
Monochromatic Colors of #DB8DB3
Black with #DB8DB3
Text Example
Text Example
White with #DB8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DB3; }
p { color: rgb(219,141,179); }
H1.HeaderClassName
{
color: #DB8DB3;
}
.AnyTagClassName
{
color: #DB8DB3;
}
</style>
background-color css
<style>
a { background-color: #DB8DB3; }
a { background-color: rgb(219,141,179); }
div.DivClassName
{
background-color: #DB8DB3;
}
.BgClassName
{
background-color: #DB8DB3;
}
</style>
border-color css
<style>
span { border-color: #DB8DB3; }
span { border-color: rgb(219,141,179); }
td.TdClassName
{
border-color: #DB8DB3;
}
.TagClassName
{
border-color: #DB8DB3;
}
</style>