Shades of Kobi #DB8FA5
Tints of Kobi #DB8FA5
RGB
CMYK
RGB Variations
Color information
#DB8FA5 (or 0xDB8FA5) is known color: Kobi. HEX triplet: DB, 8F and A5. RGB value is (219,143,165). Sum of RGB (Red+Green+Blue) = 219+143+165=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FA5 is #24705A. Grayscale: #A8A8A8. Windows color (decimal): -2388059 or 10850267. OLE color: 10850267.
HSL color Cylindrical-coordinate representation of color #DB8FA5: hue angle of 342.63º 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 #DB8FA5 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 165 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.14 |
| HSL | 342.63º | 0.51% | 0.71% | - |
| HSV(B) | 342.63º | 0.35% | 0.86% | - |
| XYZ | 45.83 | 37.42 | 40.41 | - |
| YUV | 168.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 165 | 0 | 0.35 | 0.25 | 0.14 | 342.63 | 0.51 | 0.71 |
| Hex | DB | 8F | A5 | 0 | 23 | 19 | E | 157 | 33 | 47 |
| Octal | 333 | 217 | 245 | 0 | 43 | 31 | 16 | 527 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10100101 | 0 | 100011 | 11001 | 1110 | 101010111 | 110011 | 1000111 |
Color Harmonies of #DB8FA5
Complementary color
Monochromatic Colors of #DB8FA5
Black with #DB8FA5
Text Example
Text Example
White with #DB8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FA5; }
p { color: rgb(219,143,165); }
H1.HeaderClassName
{
color: #DB8FA5;
}
.AnyTagClassName
{
color: #DB8FA5;
}
</style>
background-color css
<style>
a { background-color: #DB8FA5; }
a { background-color: rgb(219,143,165); }
div.DivClassName
{
background-color: #DB8FA5;
}
.BgClassName
{
background-color: #DB8FA5;
}
</style>
border-color css
<style>
span { border-color: #DB8FA5; }
span { border-color: rgb(219,143,165); }
td.TdClassName
{
border-color: #DB8FA5;
}
.TagClassName
{
border-color: #DB8FA5;
}
</style>