Shades of Kobi #DB8AB0
Tints of Kobi #DB8AB0
RGB
CMYK
RGB Variations
Color information
#DB8AB0 (or 0xDB8AB0) is known color: Kobi. HEX triplet: DB, 8A and B0. RGB value is (219,138,176). Sum of RGB (Red+Green+Blue) = 219+138+176=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AB0 is #24754F. Grayscale: #A6A6A6. Windows color (decimal): -2389328 or 11569883. OLE color: 11569883.
HSL color Cylindrical-coordinate representation of color #DB8AB0: hue angle of 331.85º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8AB0 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 176 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.14 |
| HSL | 331.85º | 0.53% | 0.7% | - |
| HSV(B) | 331.85º | 0.37% | 0.86% | - |
| XYZ | 46.14 | 36.37 | 45.66 | - |
| YUV | 166.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 176 | 0 | 0.37 | 0.20 | 0.14 | 331.85 | 0.53 | 0.7 |
| Hex | DB | 8A | B0 | 0 | 25 | 14 | E | 14C | 35 | 46 |
| Octal | 333 | 212 | 260 | 0 | 45 | 24 | 16 | 514 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10110000 | 0 | 100101 | 10100 | 1110 | 101001100 | 110101 | 1000110 |
Color Harmonies of #DB8AB0
Complementary color
Monochromatic Colors of #DB8AB0
Black with #DB8AB0
Text Example
Text Example
White with #DB8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AB0; }
p { color: rgb(219,138,176); }
H1.HeaderClassName
{
color: #DB8AB0;
}
.AnyTagClassName
{
color: #DB8AB0;
}
</style>
background-color css
<style>
a { background-color: #DB8AB0; }
a { background-color: rgb(219,138,176); }
div.DivClassName
{
background-color: #DB8AB0;
}
.BgClassName
{
background-color: #DB8AB0;
}
</style>
border-color css
<style>
span { border-color: #DB8AB0; }
span { border-color: rgb(219,138,176); }
td.TdClassName
{
border-color: #DB8AB0;
}
.TagClassName
{
border-color: #DB8AB0;
}
</style>