Shades of Kobi #DB8AAD
Tints of Kobi #DB8AAD
RGB
CMYK
RGB Variations
Color information
#DB8AAD (or 0xDB8AAD) is known color: Kobi. HEX triplet: DB, 8A and AD. RGB value is (219,138,173). Sum of RGB (Red+Green+Blue) = 219+138+173=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AAD is #247552. Grayscale: #A6A6A6. Windows color (decimal): -2389331 or 11373275. OLE color: 11373275.
HSL color Cylindrical-coordinate representation of color #DB8AAD: hue angle of 334.07º 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 #DB8AAD is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 173 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.14 |
| HSL | 334.07º | 0.53% | 0.7% | - |
| HSV(B) | 334.07º | 0.37% | 0.86% | - |
| XYZ | 45.84 | 36.25 | 44.12 | - |
| YUV | 166.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 173 | 0 | 0.37 | 0.21 | 0.14 | 334.07 | 0.53 | 0.7 |
| Hex | DB | 8A | AD | 0 | 25 | 15 | E | 14E | 35 | 46 |
| Octal | 333 | 212 | 255 | 0 | 45 | 25 | 16 | 516 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10101101 | 0 | 100101 | 10101 | 1110 | 101001110 | 110101 | 1000110 |
Color Harmonies of #DB8AAD
Complementary color
Monochromatic Colors of #DB8AAD
Black with #DB8AAD
Text Example
Text Example
White with #DB8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AAD; }
p { color: rgb(219,138,173); }
H1.HeaderClassName
{
color: #DB8AAD;
}
.AnyTagClassName
{
color: #DB8AAD;
}
</style>
background-color css
<style>
a { background-color: #DB8AAD; }
a { background-color: rgb(219,138,173); }
div.DivClassName
{
background-color: #DB8AAD;
}
.BgClassName
{
background-color: #DB8AAD;
}
</style>
border-color css
<style>
span { border-color: #DB8AAD; }
span { border-color: rgb(219,138,173); }
td.TdClassName
{
border-color: #DB8AAD;
}
.TagClassName
{
border-color: #DB8AAD;
}
</style>