Shades of Kobi #DB8AAF
Tints of Kobi #DB8AAF
RGB
CMYK
RGB Variations
Color information
#DB8AAF (or 0xDB8AAF) is known color: Kobi. HEX triplet: DB, 8A and AF. RGB value is (219,138,175). Sum of RGB (Red+Green+Blue) = 219+138+175=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AAF is #247550. Grayscale: #A6A6A6. Windows color (decimal): -2389329 or 11504347. OLE color: 11504347.
HSL color Cylindrical-coordinate representation of color #DB8AAF: hue angle of 332.59º 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 #DB8AAF is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 175 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.14 |
| HSL | 332.59º | 0.53% | 0.7% | - |
| HSV(B) | 332.59º | 0.37% | 0.86% | - |
| XYZ | 46.04 | 36.33 | 45.14 | - |
| YUV | 166.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 175 | 0 | 0.37 | 0.20 | 0.14 | 332.59 | 0.53 | 0.7 |
| Hex | DB | 8A | AF | 0 | 25 | 14 | E | 14D | 35 | 46 |
| Octal | 333 | 212 | 257 | 0 | 45 | 24 | 16 | 515 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10101111 | 0 | 100101 | 10100 | 1110 | 101001101 | 110101 | 1000110 |
Color Harmonies of #DB8AAF
Complementary color
Monochromatic Colors of #DB8AAF
Black with #DB8AAF
Text Example
Text Example
White with #DB8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AAF; }
p { color: rgb(219,138,175); }
H1.HeaderClassName
{
color: #DB8AAF;
}
.AnyTagClassName
{
color: #DB8AAF;
}
</style>
background-color css
<style>
a { background-color: #DB8AAF; }
a { background-color: rgb(219,138,175); }
div.DivClassName
{
background-color: #DB8AAF;
}
.BgClassName
{
background-color: #DB8AAF;
}
</style>
border-color css
<style>
span { border-color: #DB8AAF; }
span { border-color: rgb(219,138,175); }
td.TdClassName
{
border-color: #DB8AAF;
}
.TagClassName
{
border-color: #DB8AAF;
}
</style>