Shades of Kobi #DB81AD
Tints of Kobi #DB81AD
RGB
CMYK
RGB Variations
Color information
#DB81AD (or 0xDB81AD) is known color: Kobi. HEX triplet: DB, 81 and AD. RGB value is (219,129,173). Sum of RGB (Red+Green+Blue) = 219+129+173=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB81AD is #247E52. Grayscale: #A0A0A0. Windows color (decimal): -2391635 or 11370971. OLE color: 11370971.
HSL color Cylindrical-coordinate representation of color #DB81AD: hue angle of 330.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81AD is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 173 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.14 |
| HSL | 330.67º | 0.56% | 0.68% | - |
| HSV(B) | 330.67º | 0.41% | 0.86% | - |
| XYZ | 44.61 | 33.78 | 43.7 | - |
| YUV | 160.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 173 | 0 | 0.41 | 0.21 | 0.14 | 330.67 | 0.56 | 0.68 |
| Hex | DB | 81 | AD | 0 | 29 | 15 | E | 14B | 38 | 44 |
| Octal | 333 | 201 | 255 | 0 | 51 | 25 | 16 | 513 | 70 | 104 |
| Binary | 11011011 | 10000001 | 10101101 | 0 | 101001 | 10101 | 1110 | 101001011 | 111000 | 1000100 |
Color Harmonies of #DB81AD
Complementary color
Monochromatic Colors of #DB81AD
Black with #DB81AD
Text Example
Text Example
White with #DB81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81AD; }
p { color: rgb(219,129,173); }
H1.HeaderClassName
{
color: #DB81AD;
}
.AnyTagClassName
{
color: #DB81AD;
}
</style>
background-color css
<style>
a { background-color: #DB81AD; }
a { background-color: rgb(219,129,173); }
div.DivClassName
{
background-color: #DB81AD;
}
.BgClassName
{
background-color: #DB81AD;
}
</style>
border-color css
<style>
span { border-color: #DB81AD; }
span { border-color: rgb(219,129,173); }
td.TdClassName
{
border-color: #DB81AD;
}
.TagClassName
{
border-color: #DB81AD;
}
</style>