Shades of Kobi #DA8BA8
Tints of Kobi #DA8BA8
RGB
CMYK
RGB Variations
Color information
#DA8BA8 (or 0xDA8BA8) is known color: Kobi. HEX triplet: DA, 8B and A8. RGB value is (218,139,168). Sum of RGB (Red+Green+Blue) = 218+139+168=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BA8 is #257457. Grayscale: #A5A5A5. Windows color (decimal): -2454616 or 11045850. OLE color: 11045850.
HSL color Cylindrical-coordinate representation of color #DA8BA8: hue angle of 337.97º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8BA8 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 168 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.15 |
| HSL | 337.97º | 0.52% | 0.7% | - |
| HSV(B) | 337.97º | 0.36% | 0.85% | - |
| XYZ | 45.21 | 36.2 | 41.65 | - |
| YUV | 165.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 168 | 0 | 0.36 | 0.23 | 0.15 | 337.97 | 0.52 | 0.7 |
| Hex | DA | 8B | A8 | 0 | 24 | 17 | F | 152 | 34 | 46 |
| Octal | 332 | 213 | 250 | 0 | 44 | 27 | 17 | 522 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10101000 | 0 | 100100 | 10111 | 1111 | 101010010 | 110100 | 1000110 |
Color Harmonies of #DA8BA8
Complementary color
Monochromatic Colors of #DA8BA8
Black with #DA8BA8
Text Example
Text Example
White with #DA8BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BA8; }
p { color: rgb(218,139,168); }
H1.HeaderClassName
{
color: #DA8BA8;
}
.AnyTagClassName
{
color: #DA8BA8;
}
</style>
background-color css
<style>
a { background-color: #DA8BA8; }
a { background-color: rgb(218,139,168); }
div.DivClassName
{
background-color: #DA8BA8;
}
.BgClassName
{
background-color: #DA8BA8;
}
</style>
border-color css
<style>
span { border-color: #DA8BA8; }
span { border-color: rgb(218,139,168); }
td.TdClassName
{
border-color: #DA8BA8;
}
.TagClassName
{
border-color: #DA8BA8;
}
</style>