Shades of Kobi #DA89A8
Tints of Kobi #DA89A8
RGB
CMYK
RGB Variations
Color information
#DA89A8 (or 0xDA89A8) is known color: Kobi. HEX triplet: DA, 89 and A8. RGB value is (218,137,168). Sum of RGB (Red+Green+Blue) = 218+137+168=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89A8 is #257657. Grayscale: #A4A4A4. Windows color (decimal): -2455128 or 11045338. OLE color: 11045338.
HSL color Cylindrical-coordinate representation of color #DA89A8: hue angle of 337.04º 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 #DA89A8 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 168 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.15 |
| HSL | 337.04º | 0.52% | 0.7% | - |
| HSV(B) | 337.04º | 0.37% | 0.85% | - |
| XYZ | 44.93 | 35.62 | 41.55 | - |
| YUV | 164.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 168 | 0 | 0.37 | 0.23 | 0.15 | 337.04 | 0.52 | 0.7 |
| Hex | DA | 89 | A8 | 0 | 25 | 17 | F | 151 | 34 | 46 |
| Octal | 332 | 211 | 250 | 0 | 45 | 27 | 17 | 521 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10101000 | 0 | 100101 | 10111 | 1111 | 101010001 | 110100 | 1000110 |
Color Harmonies of #DA89A8
Complementary color
Monochromatic Colors of #DA89A8
Black with #DA89A8
Text Example
Text Example
White with #DA89A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89A8; }
p { color: rgb(218,137,168); }
H1.HeaderClassName
{
color: #DA89A8;
}
.AnyTagClassName
{
color: #DA89A8;
}
</style>
background-color css
<style>
a { background-color: #DA89A8; }
a { background-color: rgb(218,137,168); }
div.DivClassName
{
background-color: #DA89A8;
}
.BgClassName
{
background-color: #DA89A8;
}
</style>
border-color css
<style>
span { border-color: #DA89A8; }
span { border-color: rgb(218,137,168); }
td.TdClassName
{
border-color: #DA89A8;
}
.TagClassName
{
border-color: #DA89A8;
}
</style>