Shades of Kobi #DB84AD
Tints of Kobi #DB84AD
RGB
CMYK
RGB Variations
Color information
#DB84AD (or 0xDB84AD) is known color: Kobi. HEX triplet: DB, 84 and AD. RGB value is (219,132,173). Sum of RGB (Red+Green+Blue) = 219+132+173=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB84AD is #247B52. Grayscale: #A2A2A2. Windows color (decimal): -2390867 or 11371739. OLE color: 11371739.
HSL color Cylindrical-coordinate representation of color #DB84AD: hue angle of 331.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84AD is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 173 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.14 |
| HSL | 331.72º | 0.55% | 0.69% | - |
| HSV(B) | 331.72º | 0.4% | 0.86% | - |
| XYZ | 45.01 | 34.58 | 43.84 | - |
| YUV | 162.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 173 | 0 | 0.40 | 0.21 | 0.14 | 331.72 | 0.55 | 0.69 |
| Hex | DB | 84 | AD | 0 | 28 | 15 | E | 14C | 37 | 45 |
| Octal | 333 | 204 | 255 | 0 | 50 | 25 | 16 | 514 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10101101 | 0 | 101000 | 10101 | 1110 | 101001100 | 110111 | 1000101 |
Color Harmonies of #DB84AD
Complementary color
Monochromatic Colors of #DB84AD
Black with #DB84AD
Text Example
Text Example
White with #DB84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84AD; }
p { color: rgb(219,132,173); }
H1.HeaderClassName
{
color: #DB84AD;
}
.AnyTagClassName
{
color: #DB84AD;
}
</style>
background-color css
<style>
a { background-color: #DB84AD; }
a { background-color: rgb(219,132,173); }
div.DivClassName
{
background-color: #DB84AD;
}
.BgClassName
{
background-color: #DB84AD;
}
</style>
border-color css
<style>
span { border-color: #DB84AD; }
span { border-color: rgb(219,132,173); }
td.TdClassName
{
border-color: #DB84AD;
}
.TagClassName
{
border-color: #DB84AD;
}
</style>