Shades of Kobi #DA91A8
Tints of Kobi #DA91A8
RGB
CMYK
RGB Variations
Color information
#DA91A8 (or 0xDA91A8) is known color: Kobi. HEX triplet: DA, 91 and A8. RGB value is (218,145,168). Sum of RGB (Red+Green+Blue) = 218+145+168=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA91A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA91A8 is #256E57. Grayscale: #A9A9A9. Windows color (decimal): -2453080 or 11047386. OLE color: 11047386.
HSL color Cylindrical-coordinate representation of color #DA91A8: hue angle of 341.1º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA91A8 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 168 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.15 |
| HSL | 341.1º | 0.5% | 0.71% | - |
| HSV(B) | 341.1º | 0.33% | 0.85% | - |
| XYZ | 46.11 | 37.98 | 41.95 | - |
| YUV | 169.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 168 | 0 | 0.33 | 0.23 | 0.15 | 341.1 | 0.5 | 0.71 |
| Hex | DA | 91 | A8 | 0 | 21 | 17 | F | 155 | 32 | 47 |
| Octal | 332 | 221 | 250 | 0 | 41 | 27 | 17 | 525 | 62 | 107 |
| Binary | 11011010 | 10010001 | 10101000 | 0 | 100001 | 10111 | 1111 | 101010101 | 110010 | 1000111 |
Color Harmonies of #DA91A8
Complementary color
Monochromatic Colors of #DA91A8
Black with #DA91A8
Text Example
Text Example
White with #DA91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91A8; }
p { color: rgb(218,145,168); }
H1.HeaderClassName
{
color: #DA91A8;
}
.AnyTagClassName
{
color: #DA91A8;
}
</style>
background-color css
<style>
a { background-color: #DA91A8; }
a { background-color: rgb(218,145,168); }
div.DivClassName
{
background-color: #DA91A8;
}
.BgClassName
{
background-color: #DA91A8;
}
</style>
border-color css
<style>
span { border-color: #DA91A8; }
span { border-color: rgb(218,145,168); }
td.TdClassName
{
border-color: #DA91A8;
}
.TagClassName
{
border-color: #DA91A8;
}
</style>