Shades of Kobi #DA94A6
Tints of Kobi #DA94A6
RGB
CMYK
RGB Variations
Color information
#DA94A6 (or 0xDA94A6) is known color: Kobi. HEX triplet: DA, 94 and A6. RGB value is (218,148,166). Sum of RGB (Red+Green+Blue) = 218+148+166=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA94A6 is #256B59. Grayscale: #AAAAAA. Windows color (decimal): -2452314 or 10917082. OLE color: 10917082.
HSL color Cylindrical-coordinate representation of color #DA94A6: hue angle of 344.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA94A6 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 166 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.15 |
| HSL | 344.57º | 0.49% | 0.72% | - |
| HSV(B) | 344.57º | 0.32% | 0.85% | - |
| XYZ | 46.39 | 38.84 | 41.13 | - |
| YUV | 170.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 166 | 0 | 0.32 | 0.24 | 0.15 | 344.57 | 0.49 | 0.72 |
| Hex | DA | 94 | A6 | 0 | 20 | 18 | F | 159 | 31 | 48 |
| Octal | 332 | 224 | 246 | 0 | 40 | 30 | 17 | 531 | 61 | 110 |
| Binary | 11011010 | 10010100 | 10100110 | 0 | 100000 | 11000 | 1111 | 101011001 | 110001 | 1001000 |
Color Harmonies of #DA94A6
Complementary color
Monochromatic Colors of #DA94A6
Black with #DA94A6
Text Example
Text Example
White with #DA94A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA94A6; }
p { color: rgb(218,148,166); }
H1.HeaderClassName
{
color: #DA94A6;
}
.AnyTagClassName
{
color: #DA94A6;
}
</style>
background-color css
<style>
a { background-color: #DA94A6; }
a { background-color: rgb(218,148,166); }
div.DivClassName
{
background-color: #DA94A6;
}
.BgClassName
{
background-color: #DA94A6;
}
</style>
border-color css
<style>
span { border-color: #DA94A6; }
span { border-color: rgb(218,148,166); }
td.TdClassName
{
border-color: #DA94A6;
}
.TagClassName
{
border-color: #DA94A6;
}
</style>