Shades of Kobi #DA7FA6
Tints of Kobi #DA7FA6
RGB
CMYK
RGB Variations
Color information
#DA7FA6 (or 0xDA7FA6) is known color: Kobi. HEX triplet: DA, 7F and A6. RGB value is (218,127,166). Sum of RGB (Red+Green+Blue) = 218+127+166=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7FA6 is #258059. Grayscale: #9E9E9E. Windows color (decimal): -2457690 or 10911706. OLE color: 10911706.
HSL color Cylindrical-coordinate representation of color #DA7FA6: hue angle of 334.29º 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 #DA7FA6 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 166 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.15 |
| HSL | 334.29º | 0.55% | 0.68% | - |
| HSV(B) | 334.29º | 0.42% | 0.85% | - |
| XYZ | 43.39 | 32.84 | 40.13 | - |
| YUV | 158.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 166 | 0 | 0.42 | 0.24 | 0.15 | 334.29 | 0.55 | 0.68 |
| Hex | DA | 7F | A6 | 0 | 2A | 18 | F | 14E | 37 | 44 |
| Octal | 332 | 177 | 246 | 0 | 52 | 30 | 17 | 516 | 67 | 104 |
| Binary | 11011010 | 1111111 | 10100110 | 0 | 101010 | 11000 | 1111 | 101001110 | 110111 | 1000100 |
Color Harmonies of #DA7FA6
Complementary color
Monochromatic Colors of #DA7FA6
Black with #DA7FA6
Text Example
Text Example
White with #DA7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FA6; }
p { color: rgb(218,127,166); }
H1.HeaderClassName
{
color: #DA7FA6;
}
.AnyTagClassName
{
color: #DA7FA6;
}
</style>
background-color css
<style>
a { background-color: #DA7FA6; }
a { background-color: rgb(218,127,166); }
div.DivClassName
{
background-color: #DA7FA6;
}
.BgClassName
{
background-color: #DA7FA6;
}
</style>
border-color css
<style>
span { border-color: #DA7FA6; }
span { border-color: rgb(218,127,166); }
td.TdClassName
{
border-color: #DA7FA6;
}
.TagClassName
{
border-color: #DA7FA6;
}
</style>