Shades of Kobi #DB8AA3
Tints of Kobi #DB8AA3
RGB
CMYK
RGB Variations
Color information
#DB8AA3 (or 0xDB8AA3) is known color: Kobi. HEX triplet: DB, 8A and A3. RGB value is (219,138,163). Sum of RGB (Red+Green+Blue) = 219+138+163=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8AA3 is #24755C. Grayscale: #A5A5A5. Windows color (decimal): -2389341 or 10717915. OLE color: 10717915.
HSL color Cylindrical-coordinate representation of color #DB8AA3: hue angle of 341.48º 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 #DB8AA3 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 163 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.14 |
| HSL | 341.48º | 0.53% | 0.7% | - |
| HSV(B) | 341.48º | 0.37% | 0.86% | - |
| XYZ | 44.91 | 35.88 | 39.21 | - |
| YUV | 165.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 163 | 0 | 0.37 | 0.26 | 0.14 | 341.48 | 0.53 | 0.7 |
| Hex | DB | 8A | A3 | 0 | 25 | 1A | E | 155 | 35 | 46 |
| Octal | 333 | 212 | 243 | 0 | 45 | 32 | 16 | 525 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10100011 | 0 | 100101 | 11010 | 1110 | 101010101 | 110101 | 1000110 |
Color Harmonies of #DB8AA3
Complementary color
Monochromatic Colors of #DB8AA3
Black with #DB8AA3
Text Example
Text Example
White with #DB8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AA3; }
p { color: rgb(219,138,163); }
H1.HeaderClassName
{
color: #DB8AA3;
}
.AnyTagClassName
{
color: #DB8AA3;
}
</style>
background-color css
<style>
a { background-color: #DB8AA3; }
a { background-color: rgb(219,138,163); }
div.DivClassName
{
background-color: #DB8AA3;
}
.BgClassName
{
background-color: #DB8AA3;
}
</style>
border-color css
<style>
span { border-color: #DB8AA3; }
span { border-color: rgb(219,138,163); }
td.TdClassName
{
border-color: #DB8AA3;
}
.TagClassName
{
border-color: #DB8AA3;
}
</style>