Shades of Kobi #DA8BA5
Tints of Kobi #DA8BA5
RGB
CMYK
RGB Variations
Color information
#DA8BA5 (or 0xDA8BA5) is known color: Kobi. HEX triplet: DA, 8B and A5. RGB value is (218,139,165). Sum of RGB (Red+Green+Blue) = 218+139+165=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BA5 is #25745A. Grayscale: #A5A5A5. Windows color (decimal): -2454619 or 10849242. OLE color: 10849242.
HSL color Cylindrical-coordinate representation of color #DA8BA5: hue angle of 340.25º 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 #DA8BA5 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 165 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.15 |
| HSL | 340.25º | 0.52% | 0.7% | - |
| HSV(B) | 340.25º | 0.36% | 0.85% | - |
| XYZ | 44.94 | 36.09 | 40.19 | - |
| YUV | 165.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 165 | 0 | 0.36 | 0.24 | 0.15 | 340.25 | 0.52 | 0.7 |
| Hex | DA | 8B | A5 | 0 | 24 | 18 | F | 154 | 34 | 46 |
| Octal | 332 | 213 | 245 | 0 | 44 | 30 | 17 | 524 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10100101 | 0 | 100100 | 11000 | 1111 | 101010100 | 110100 | 1000110 |
Color Harmonies of #DA8BA5
Complementary color
Monochromatic Colors of #DA8BA5
Black with #DA8BA5
Text Example
Text Example
White with #DA8BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BA5; }
p { color: rgb(218,139,165); }
H1.HeaderClassName
{
color: #DA8BA5;
}
.AnyTagClassName
{
color: #DA8BA5;
}
</style>
background-color css
<style>
a { background-color: #DA8BA5; }
a { background-color: rgb(218,139,165); }
div.DivClassName
{
background-color: #DA8BA5;
}
.BgClassName
{
background-color: #DA8BA5;
}
</style>
border-color css
<style>
span { border-color: #DA8BA5; }
span { border-color: rgb(218,139,165); }
td.TdClassName
{
border-color: #DA8BA5;
}
.TagClassName
{
border-color: #DA8BA5;
}
</style>