Shades of Kobi #DB8FAA
Tints of Kobi #DB8FAA
RGB
CMYK
RGB Variations
Color information
#DB8FAA (or 0xDB8FAA) is known color: Kobi. HEX triplet: DB, 8F and AA. RGB value is (219,143,170). Sum of RGB (Red+Green+Blue) = 219+143+170=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FAA is #247055. Grayscale: #A8A8A8. Windows color (decimal): -2388054 or 11177947. OLE color: 11177947.
HSL color Cylindrical-coordinate representation of color #DB8FAA: hue angle of 338.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FAA is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 170 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.14 |
| HSL | 338.68º | 0.51% | 0.71% | - |
| HSV(B) | 338.68º | 0.35% | 0.86% | - |
| XYZ | 46.29 | 37.61 | 42.85 | - |
| YUV | 168.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 170 | 0 | 0.35 | 0.22 | 0.14 | 338.68 | 0.51 | 0.71 |
| Hex | DB | 8F | AA | 0 | 23 | 16 | E | 153 | 33 | 47 |
| Octal | 333 | 217 | 252 | 0 | 43 | 26 | 16 | 523 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10101010 | 0 | 100011 | 10110 | 1110 | 101010011 | 110011 | 1000111 |
Color Harmonies of #DB8FAA
Complementary color
Monochromatic Colors of #DB8FAA
Black with #DB8FAA
Text Example
Text Example
White with #DB8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FAA; }
p { color: rgb(219,143,170); }
H1.HeaderClassName
{
color: #DB8FAA;
}
.AnyTagClassName
{
color: #DB8FAA;
}
</style>
background-color css
<style>
a { background-color: #DB8FAA; }
a { background-color: rgb(219,143,170); }
div.DivClassName
{
background-color: #DB8FAA;
}
.BgClassName
{
background-color: #DB8FAA;
}
</style>
border-color css
<style>
span { border-color: #DB8FAA; }
span { border-color: rgb(219,143,170); }
td.TdClassName
{
border-color: #DB8FAA;
}
.TagClassName
{
border-color: #DB8FAA;
}
</style>