Shades of Kobi #DA89A6
Tints of Kobi #DA89A6
RGB
CMYK
RGB Variations
Color information
#DA89A6 (or 0xDA89A6) is known color: Kobi. HEX triplet: DA, 89 and A6. RGB value is (218,137,166). Sum of RGB (Red+Green+Blue) = 218+137+166=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89A6 is #257659. Grayscale: #A4A4A4. Windows color (decimal): -2455130 or 10914266. OLE color: 10914266.
HSL color Cylindrical-coordinate representation of color #DA89A6: hue angle of 338.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89A6 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 166 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.15 |
| HSL | 338.52º | 0.52% | 0.7% | - |
| HSV(B) | 338.52º | 0.37% | 0.85% | - |
| XYZ | 44.74 | 35.55 | 40.58 | - |
| YUV | 164.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 166 | 0 | 0.37 | 0.24 | 0.15 | 338.52 | 0.52 | 0.7 |
| Hex | DA | 89 | A6 | 0 | 25 | 18 | F | 153 | 34 | 46 |
| Octal | 332 | 211 | 246 | 0 | 45 | 30 | 17 | 523 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10100110 | 0 | 100101 | 11000 | 1111 | 101010011 | 110100 | 1000110 |
Color Harmonies of #DA89A6
Complementary color
Monochromatic Colors of #DA89A6
Black with #DA89A6
Text Example
Text Example
White with #DA89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89A6; }
p { color: rgb(218,137,166); }
H1.HeaderClassName
{
color: #DA89A6;
}
.AnyTagClassName
{
color: #DA89A6;
}
</style>
background-color css
<style>
a { background-color: #DA89A6; }
a { background-color: rgb(218,137,166); }
div.DivClassName
{
background-color: #DA89A6;
}
.BgClassName
{
background-color: #DA89A6;
}
</style>
border-color css
<style>
span { border-color: #DA89A6; }
span { border-color: rgb(218,137,166); }
td.TdClassName
{
border-color: #DA89A6;
}
.TagClassName
{
border-color: #DA89A6;
}
</style>