Shades of Kobi #DA7EA8
Tints of Kobi #DA7EA8
RGB
CMYK
RGB Variations
Color information
#DA7EA8 (or 0xDA7EA8) is known color: Kobi. HEX triplet: DA, 7E and A8. RGB value is (218,126,168). Sum of RGB (Red+Green+Blue) = 218+126+168=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7EA8 is #258157. Grayscale: #9E9E9E. Windows color (decimal): -2457944 or 11042522. OLE color: 11042522.
HSL color Cylindrical-coordinate representation of color #DA7EA8: hue angle of 332.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EA8 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 168 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.15 |
| HSL | 332.61º | 0.55% | 0.67% | - |
| HSV(B) | 332.61º | 0.42% | 0.85% | - |
| XYZ | 43.44 | 32.65 | 41.06 | - |
| YUV | 158.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 168 | 0 | 0.42 | 0.23 | 0.15 | 332.61 | 0.55 | 0.67 |
| Hex | DA | 7E | A8 | 0 | 2A | 17 | F | 14D | 37 | 43 |
| Octal | 332 | 176 | 250 | 0 | 52 | 27 | 17 | 515 | 67 | 103 |
| Binary | 11011010 | 1111110 | 10101000 | 0 | 101010 | 10111 | 1111 | 101001101 | 110111 | 1000011 |
Color Harmonies of #DA7EA8
Complementary color
Monochromatic Colors of #DA7EA8
Black with #DA7EA8
Text Example
Text Example
White with #DA7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EA8; }
p { color: rgb(218,126,168); }
H1.HeaderClassName
{
color: #DA7EA8;
}
.AnyTagClassName
{
color: #DA7EA8;
}
</style>
background-color css
<style>
a { background-color: #DA7EA8; }
a { background-color: rgb(218,126,168); }
div.DivClassName
{
background-color: #DA7EA8;
}
.BgClassName
{
background-color: #DA7EA8;
}
</style>
border-color css
<style>
span { border-color: #DA7EA8; }
span { border-color: rgb(218,126,168); }
td.TdClassName
{
border-color: #DA7EA8;
}
.TagClassName
{
border-color: #DA7EA8;
}
</style>