Shades of Kobi #DA80A6
Tints of Kobi #DA80A6
RGB
CMYK
RGB Variations
Color information
#DA80A6 (or 0xDA80A6) is known color: Kobi. HEX triplet: DA, 80 and A6. RGB value is (218,128,166). Sum of RGB (Red+Green+Blue) = 218+128+166=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA80A6 is #257F59. Grayscale: #9F9F9F. Windows color (decimal): -2457434 or 10911962. OLE color: 10911962.
HSL color Cylindrical-coordinate representation of color #DA80A6: hue angle of 334.67º 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 #DA80A6 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 166 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.15 |
| HSL | 334.67º | 0.55% | 0.68% | - |
| HSV(B) | 334.67º | 0.41% | 0.85% | - |
| XYZ | 43.52 | 33.1 | 40.17 | - |
| YUV | 159.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 166 | 0 | 0.41 | 0.24 | 0.15 | 334.67 | 0.55 | 0.68 |
| Hex | DA | 80 | A6 | 0 | 29 | 18 | F | 14F | 37 | 44 |
| Octal | 332 | 200 | 246 | 0 | 51 | 30 | 17 | 517 | 67 | 104 |
| Binary | 11011010 | 10000000 | 10100110 | 0 | 101001 | 11000 | 1111 | 101001111 | 110111 | 1000100 |
Color Harmonies of #DA80A6
Complementary color
Monochromatic Colors of #DA80A6
Black with #DA80A6
Text Example
Text Example
White with #DA80A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80A6; }
p { color: rgb(218,128,166); }
H1.HeaderClassName
{
color: #DA80A6;
}
.AnyTagClassName
{
color: #DA80A6;
}
</style>
background-color css
<style>
a { background-color: #DA80A6; }
a { background-color: rgb(218,128,166); }
div.DivClassName
{
background-color: #DA80A6;
}
.BgClassName
{
background-color: #DA80A6;
}
</style>
border-color css
<style>
span { border-color: #DA80A6; }
span { border-color: rgb(218,128,166); }
td.TdClassName
{
border-color: #DA80A6;
}
.TagClassName
{
border-color: #DA80A6;
}
</style>