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