Shades of Kobi #DA8FAB
Tints of Kobi #DA8FAB
RGB
CMYK
RGB Variations
Color information
#DA8FAB (or 0xDA8FAB) is known color: Kobi. HEX triplet: DA, 8F and AB. RGB value is (218,143,171). Sum of RGB (Red+Green+Blue) = 218+143+171=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8FAB is #257054. Grayscale: #A8A8A8. Windows color (decimal): -2453589 or 11243482. OLE color: 11243482.
HSL color Cylindrical-coordinate representation of color #DA8FAB: hue angle of 337.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA8FAB is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 171 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.15 |
| HSL | 337.6º | 0.5% | 0.71% | - |
| HSV(B) | 337.6º | 0.34% | 0.85% | - |
| XYZ | 46.09 | 37.49 | 43.34 | - |
| YUV | 168.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 171 | 0 | 0.34 | 0.22 | 0.15 | 337.6 | 0.5 | 0.71 |
| Hex | DA | 8F | AB | 0 | 22 | 16 | F | 152 | 32 | 47 |
| Octal | 332 | 217 | 253 | 0 | 42 | 26 | 17 | 522 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10101011 | 0 | 100010 | 10110 | 1111 | 101010010 | 110010 | 1000111 |
Color Harmonies of #DA8FAB
Complementary color
Monochromatic Colors of #DA8FAB
Black with #DA8FAB
Text Example
Text Example
White with #DA8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8FAB; }
p { color: rgb(218,143,171); }
H1.HeaderClassName
{
color: #DA8FAB;
}
.AnyTagClassName
{
color: #DA8FAB;
}
</style>
background-color css
<style>
a { background-color: #DA8FAB; }
a { background-color: rgb(218,143,171); }
div.DivClassName
{
background-color: #DA8FAB;
}
.BgClassName
{
background-color: #DA8FAB;
}
</style>
border-color css
<style>
span { border-color: #DA8FAB; }
span { border-color: rgb(218,143,171); }
td.TdClassName
{
border-color: #DA8FAB;
}
.TagClassName
{
border-color: #DA8FAB;
}
</style>