Shades of Kobi #DA81A9
Tints of Kobi #DA81A9
RGB
CMYK
RGB Variations
Color information
#DA81A9 (or 0xDA81A9) is known color: Kobi. HEX triplet: DA, 81 and A9. RGB value is (218,129,169). Sum of RGB (Red+Green+Blue) = 218+129+169=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA81A9 is #257E56. Grayscale: #A0A0A0. Windows color (decimal): -2457175 or 11108826. OLE color: 11108826.
HSL color Cylindrical-coordinate representation of color #DA81A9: hue angle of 333.03º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81A9 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 169 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.15 |
| HSL | 333.03º | 0.55% | 0.68% | - |
| HSV(B) | 333.03º | 0.41% | 0.85% | - |
| XYZ | 43.93 | 33.47 | 41.68 | - |
| YUV | 160.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 169 | 0 | 0.41 | 0.22 | 0.15 | 333.03 | 0.55 | 0.68 |
| Hex | DA | 81 | A9 | 0 | 29 | 16 | F | 14D | 37 | 44 |
| Octal | 332 | 201 | 251 | 0 | 51 | 26 | 17 | 515 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10101001 | 0 | 101001 | 10110 | 1111 | 101001101 | 110111 | 1000100 |
Color Harmonies of #DA81A9
Complementary color
Monochromatic Colors of #DA81A9
Black with #DA81A9
Text Example
Text Example
White with #DA81A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81A9; }
p { color: rgb(218,129,169); }
H1.HeaderClassName
{
color: #DA81A9;
}
.AnyTagClassName
{
color: #DA81A9;
}
</style>
background-color css
<style>
a { background-color: #DA81A9; }
a { background-color: rgb(218,129,169); }
div.DivClassName
{
background-color: #DA81A9;
}
.BgClassName
{
background-color: #DA81A9;
}
</style>
border-color css
<style>
span { border-color: #DA81A9; }
span { border-color: rgb(218,129,169); }
td.TdClassName
{
border-color: #DA81A9;
}
.TagClassName
{
border-color: #DA81A9;
}
</style>