Shades of Kobi #DA8EA8
Tints of Kobi #DA8EA8
RGB
CMYK
RGB Variations
Color information
#DA8EA8 (or 0xDA8EA8) is known color: Kobi. HEX triplet: DA, 8E and A8. RGB value is (218,142,168). Sum of RGB (Red+Green+Blue) = 218+142+168=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8EA8 is #257157. Grayscale: #A7A7A7. Windows color (decimal): -2453848 or 11046618. OLE color: 11046618.
HSL color Cylindrical-coordinate representation of color #DA8EA8: hue angle of 339.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA8EA8 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 142 | 168 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.15 |
| HSL | 339.47º | 0.51% | 0.71% | - |
| HSV(B) | 339.47º | 0.35% | 0.85% | - |
| XYZ | 45.65 | 37.08 | 41.8 | - |
| YUV | 167.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 142 | 168 | 0 | 0.35 | 0.23 | 0.15 | 339.47 | 0.51 | 0.71 |
| Hex | DA | 8E | A8 | 0 | 23 | 17 | F | 153 | 33 | 47 |
| Octal | 332 | 216 | 250 | 0 | 43 | 27 | 17 | 523 | 63 | 107 |
| Binary | 11011010 | 10001110 | 10101000 | 0 | 100011 | 10111 | 1111 | 101010011 | 110011 | 1000111 |
Color Harmonies of #DA8EA8
Complementary color
Monochromatic Colors of #DA8EA8
Black with #DA8EA8
Text Example
Text Example
White with #DA8EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8EA8; }
p { color: rgb(218,142,168); }
H1.HeaderClassName
{
color: #DA8EA8;
}
.AnyTagClassName
{
color: #DA8EA8;
}
</style>
background-color css
<style>
a { background-color: #DA8EA8; }
a { background-color: rgb(218,142,168); }
div.DivClassName
{
background-color: #DA8EA8;
}
.BgClassName
{
background-color: #DA8EA8;
}
</style>
border-color css
<style>
span { border-color: #DA8EA8; }
span { border-color: rgb(218,142,168); }
td.TdClassName
{
border-color: #DA8EA8;
}
.TagClassName
{
border-color: #DA8EA8;
}
</style>