Shades of Kobi #DA89B2
Tints of Kobi #DA89B2
RGB
CMYK
RGB Variations
Color information
#DA89B2 (or 0xDA89B2) is known color: Kobi. HEX triplet: DA, 89 and B2. RGB value is (218,137,178). Sum of RGB (Red+Green+Blue) = 218+137+178=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA89B2 is #25764D. Grayscale: #A5A5A5. Windows color (decimal): -2455118 or 11700698. OLE color: 11700698.
HSL color Cylindrical-coordinate representation of color #DA89B2: hue angle of 329.63º 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 #DA89B2 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 178 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.15 |
| HSL | 329.63º | 0.52% | 0.7% | - |
| HSV(B) | 329.63º | 0.37% | 0.85% | - |
| XYZ | 45.89 | 36.01 | 46.65 | - |
| YUV | 165.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 178 | 0 | 0.37 | 0.18 | 0.15 | 329.63 | 0.52 | 0.7 |
| Hex | DA | 89 | B2 | 0 | 25 | 12 | F | 14A | 34 | 46 |
| Octal | 332 | 211 | 262 | 0 | 45 | 22 | 17 | 512 | 64 | 106 |
| Binary | 11011010 | 10001001 | 10110010 | 0 | 100101 | 10010 | 1111 | 101001010 | 110100 | 1000110 |
Color Harmonies of #DA89B2
Complementary color
Monochromatic Colors of #DA89B2
Black with #DA89B2
Text Example
Text Example
White with #DA89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89B2; }
p { color: rgb(218,137,178); }
H1.HeaderClassName
{
color: #DA89B2;
}
.AnyTagClassName
{
color: #DA89B2;
}
</style>
background-color css
<style>
a { background-color: #DA89B2; }
a { background-color: rgb(218,137,178); }
div.DivClassName
{
background-color: #DA89B2;
}
.BgClassName
{
background-color: #DA89B2;
}
</style>
border-color css
<style>
span { border-color: #DA89B2; }
span { border-color: rgb(218,137,178); }
td.TdClassName
{
border-color: #DA89B2;
}
.TagClassName
{
border-color: #DA89B2;
}
</style>