Shades of Kobi #DA7FA8
Tints of Kobi #DA7FA8
RGB
CMYK
RGB Variations
Color information
#DA7FA8 (or 0xDA7FA8) is known color: Kobi. HEX triplet: DA, 7F and A8. RGB value is (218,127,168). Sum of RGB (Red+Green+Blue) = 218+127+168=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FA8 is #258057. Grayscale: #9E9E9E. Windows color (decimal): -2457688 or 11042778. OLE color: 11042778.
HSL color Cylindrical-coordinate representation of color #DA7FA8: hue angle of 332.97º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FA8 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 168 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.15 |
| HSL | 332.97º | 0.55% | 0.68% | - |
| HSV(B) | 332.97º | 0.42% | 0.85% | - |
| XYZ | 43.57 | 32.91 | 41.1 | - |
| YUV | 158.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 168 | 0 | 0.42 | 0.23 | 0.15 | 332.97 | 0.55 | 0.68 |
| Hex | DA | 7F | A8 | 0 | 2A | 17 | F | 14D | 37 | 44 |
| Octal | 332 | 177 | 250 | 0 | 52 | 27 | 17 | 515 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10101000 | 0 | 101010 | 10111 | 1111 | 101001101 | 110111 | 1000100 |
Color Harmonies of #DA7FA8
Complementary color
Monochromatic Colors of #DA7FA8
Black with #DA7FA8
Text Example
Text Example
White with #DA7FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FA8; }
p { color: rgb(218,127,168); }
H1.HeaderClassName
{
color: #DA7FA8;
}
.AnyTagClassName
{
color: #DA7FA8;
}
</style>
background-color css
<style>
a { background-color: #DA7FA8; }
a { background-color: rgb(218,127,168); }
div.DivClassName
{
background-color: #DA7FA8;
}
.BgClassName
{
background-color: #DA7FA8;
}
</style>
border-color css
<style>
span { border-color: #DA7FA8; }
span { border-color: rgb(218,127,168); }
td.TdClassName
{
border-color: #DA7FA8;
}
.TagClassName
{
border-color: #DA7FA8;
}
</style>