Shades of Kobi #DB8BB3
Tints of Kobi #DB8BB3
RGB
CMYK
RGB Variations
Color information
#DB8BB3 (or 0xDB8BB3) is known color: Kobi. HEX triplet: DB, 8B and B3. RGB value is (219,139,179). Sum of RGB (Red+Green+Blue) = 219+139+179=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BB3 is #24744C. Grayscale: #A7A7A7. Windows color (decimal): -2389069 or 11766747. OLE color: 11766747.
HSL color Cylindrical-coordinate representation of color #DB8BB3: hue angle of 330º 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 #DB8BB3 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 179 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.14 |
| HSL | 330º | 0.53% | 0.7% | - |
| HSV(B) | 330º | 0.37% | 0.86% | - |
| XYZ | 46.58 | 36.78 | 47.29 | - |
| YUV | 167.48 | 134.5 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 179 | 0 | 0.37 | 0.18 | 0.14 | 330 | 0.53 | 0.7 |
| Hex | DB | 8B | B3 | 0 | 25 | 12 | E | 14A | 35 | 46 |
| Octal | 333 | 213 | 263 | 0 | 45 | 22 | 16 | 512 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10110011 | 0 | 100101 | 10010 | 1110 | 101001010 | 110101 | 1000110 |
Color Harmonies of #DB8BB3
Complementary color
Monochromatic Colors of #DB8BB3
Black with #DB8BB3
Text Example
Text Example
White with #DB8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BB3; }
p { color: rgb(219,139,179); }
H1.HeaderClassName
{
color: #DB8BB3;
}
.AnyTagClassName
{
color: #DB8BB3;
}
</style>
background-color css
<style>
a { background-color: #DB8BB3; }
a { background-color: rgb(219,139,179); }
div.DivClassName
{
background-color: #DB8BB3;
}
.BgClassName
{
background-color: #DB8BB3;
}
</style>
border-color css
<style>
span { border-color: #DB8BB3; }
span { border-color: rgb(219,139,179); }
td.TdClassName
{
border-color: #DB8BB3;
}
.TagClassName
{
border-color: #DB8BB3;
}
</style>