Shades of Kobi #DB85AA
Tints of Kobi #DB85AA
RGB
CMYK
RGB Variations
Color information
#DB85AA (or 0xDB85AA) is known color: Kobi. HEX triplet: DB, 85 and AA. RGB value is (219,133,170). Sum of RGB (Red+Green+Blue) = 219+133+170=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85AA is #247A55. Grayscale: #A2A2A2. Windows color (decimal): -2390614 or 11175387. OLE color: 11175387.
HSL color Cylindrical-coordinate representation of color #DB85AA: hue angle of 334.19º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85AA is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 170 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.14 |
| HSL | 334.19º | 0.54% | 0.69% | - |
| HSV(B) | 334.19º | 0.39% | 0.86% | - |
| XYZ | 44.86 | 34.74 | 42.37 | - |
| YUV | 162.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 170 | 0 | 0.39 | 0.22 | 0.14 | 334.19 | 0.54 | 0.69 |
| Hex | DB | 85 | AA | 0 | 27 | 16 | E | 14E | 36 | 45 |
| Octal | 333 | 205 | 252 | 0 | 47 | 26 | 16 | 516 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10101010 | 0 | 100111 | 10110 | 1110 | 101001110 | 110110 | 1000101 |
Color Harmonies of #DB85AA
Complementary color
Monochromatic Colors of #DB85AA
Black with #DB85AA
Text Example
Text Example
White with #DB85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85AA; }
p { color: rgb(219,133,170); }
H1.HeaderClassName
{
color: #DB85AA;
}
.AnyTagClassName
{
color: #DB85AA;
}
</style>
background-color css
<style>
a { background-color: #DB85AA; }
a { background-color: rgb(219,133,170); }
div.DivClassName
{
background-color: #DB85AA;
}
.BgClassName
{
background-color: #DB85AA;
}
</style>
border-color css
<style>
span { border-color: #DB85AA; }
span { border-color: rgb(219,133,170); }
td.TdClassName
{
border-color: #DB85AA;
}
.TagClassName
{
border-color: #DB85AA;
}
</style>