Shades of Kobi #DB85AE
Tints of Kobi #DB85AE
RGB
CMYK
RGB Variations
Color information
#DB85AE (or 0xDB85AE) is known color: Kobi. HEX triplet: DB, 85 and AE. RGB value is (219,133,174). Sum of RGB (Red+Green+Blue) = 219+133+174=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB85AE is #247A51. Grayscale: #A3A3A3. Windows color (decimal): -2390610 or 11437531. OLE color: 11437531.
HSL color Cylindrical-coordinate representation of color #DB85AE: hue angle of 331.4º 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 #DB85AE is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 174 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.14 |
| HSL | 331.4º | 0.54% | 0.69% | - |
| HSV(B) | 331.4º | 0.39% | 0.86% | - |
| XYZ | 45.24 | 34.89 | 44.39 | - |
| YUV | 163.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 174 | 0 | 0.39 | 0.21 | 0.14 | 331.4 | 0.54 | 0.69 |
| Hex | DB | 85 | AE | 0 | 27 | 15 | E | 14B | 36 | 45 |
| Octal | 333 | 205 | 256 | 0 | 47 | 25 | 16 | 513 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10101110 | 0 | 100111 | 10101 | 1110 | 101001011 | 110110 | 1000101 |
Color Harmonies of #DB85AE
Complementary color
Monochromatic Colors of #DB85AE
Black with #DB85AE
Text Example
Text Example
White with #DB85AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85AE; }
p { color: rgb(219,133,174); }
H1.HeaderClassName
{
color: #DB85AE;
}
.AnyTagClassName
{
color: #DB85AE;
}
</style>
background-color css
<style>
a { background-color: #DB85AE; }
a { background-color: rgb(219,133,174); }
div.DivClassName
{
background-color: #DB85AE;
}
.BgClassName
{
background-color: #DB85AE;
}
</style>
border-color css
<style>
span { border-color: #DB85AE; }
span { border-color: rgb(219,133,174); }
td.TdClassName
{
border-color: #DB85AE;
}
.TagClassName
{
border-color: #DB85AE;
}
</style>