Shades of Kobi #DB8BB4
Tints of Kobi #DB8BB4
RGB
CMYK
RGB Variations
Color information
#DB8BB4 (or 0xDB8BB4) is known color: Kobi. HEX triplet: DB, 8B and B4. RGB value is (219,139,180). Sum of RGB (Red+Green+Blue) = 219+139+180=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BB4 is #24744B. Grayscale: #A7A7A7. Windows color (decimal): -2389068 or 11832283. OLE color: 11832283.
HSL color Cylindrical-coordinate representation of color #DB8BB4: hue angle of 329.25º 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 #DB8BB4 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 180 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.14 |
| HSL | 329.25º | 0.53% | 0.7% | - |
| HSV(B) | 329.25º | 0.37% | 0.86% | - |
| XYZ | 46.68 | 36.82 | 47.83 | - |
| YUV | 167.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 180 | 0 | 0.37 | 0.18 | 0.14 | 329.25 | 0.53 | 0.7 |
| Hex | DB | 8B | B4 | 0 | 25 | 12 | E | 149 | 35 | 46 |
| Octal | 333 | 213 | 264 | 0 | 45 | 22 | 16 | 511 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10110100 | 0 | 100101 | 10010 | 1110 | 101001001 | 110101 | 1000110 |
Color Harmonies of #DB8BB4
Complementary color
Monochromatic Colors of #DB8BB4
Black with #DB8BB4
Text Example
Text Example
White with #DB8BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BB4; }
p { color: rgb(219,139,180); }
H1.HeaderClassName
{
color: #DB8BB4;
}
.AnyTagClassName
{
color: #DB8BB4;
}
</style>
background-color css
<style>
a { background-color: #DB8BB4; }
a { background-color: rgb(219,139,180); }
div.DivClassName
{
background-color: #DB8BB4;
}
.BgClassName
{
background-color: #DB8BB4;
}
</style>
border-color css
<style>
span { border-color: #DB8BB4; }
span { border-color: rgb(219,139,180); }
td.TdClassName
{
border-color: #DB8BB4;
}
.TagClassName
{
border-color: #DB8BB4;
}
</style>