Shades of Kobi #DA80A8
Tints of Kobi #DA80A8
RGB
CMYK
RGB Variations
Color information
#DA80A8 (or 0xDA80A8) is known color: Kobi. HEX triplet: DA, 80 and A8. RGB value is (218,128,168). Sum of RGB (Red+Green+Blue) = 218+128+168=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80A8 is #257F57. Grayscale: #9F9F9F. Windows color (decimal): -2457432 or 11043034. OLE color: 11043034.
HSL color Cylindrical-coordinate representation of color #DA80A8: hue angle of 333.33º 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 #DA80A8 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 168 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.15 |
| HSL | 333.33º | 0.55% | 0.68% | - |
| HSV(B) | 333.33º | 0.41% | 0.85% | - |
| XYZ | 43.7 | 33.17 | 41.15 | - |
| YUV | 159.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 168 | 0 | 0.41 | 0.23 | 0.15 | 333.33 | 0.55 | 0.68 |
| Hex | DA | 80 | A8 | 0 | 29 | 17 | F | 14D | 37 | 44 |
| Octal | 332 | 200 | 250 | 0 | 51 | 27 | 17 | 515 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10101000 | 0 | 101001 | 10111 | 1111 | 101001101 | 110111 | 1000100 |
Color Harmonies of #DA80A8
Complementary color
Monochromatic Colors of #DA80A8
Black with #DA80A8
Text Example
Text Example
White with #DA80A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80A8; }
p { color: rgb(218,128,168); }
H1.HeaderClassName
{
color: #DA80A8;
}
.AnyTagClassName
{
color: #DA80A8;
}
</style>
background-color css
<style>
a { background-color: #DA80A8; }
a { background-color: rgb(218,128,168); }
div.DivClassName
{
background-color: #DA80A8;
}
.BgClassName
{
background-color: #DA80A8;
}
</style>
border-color css
<style>
span { border-color: #DA80A8; }
span { border-color: rgb(218,128,168); }
td.TdClassName
{
border-color: #DA80A8;
}
.TagClassName
{
border-color: #DA80A8;
}
</style>