Shades of Kobi #DA8BAB
Tints of Kobi #DA8BAB
RGB
CMYK
RGB Variations
Color information
#DA8BAB (or 0xDA8BAB) is known color: Kobi. HEX triplet: DA, 8B and AB. RGB value is (218,139,171). Sum of RGB (Red+Green+Blue) = 218+139+171=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8BAB is #257454. Grayscale: #A6A6A6. Windows color (decimal): -2454613 or 11242458. OLE color: 11242458.
HSL color Cylindrical-coordinate representation of color #DA8BAB: hue angle of 335.7º 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 #DA8BAB is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 139 | 171 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.15 |
| HSL | 335.7º | 0.52% | 0.7% | - |
| HSV(B) | 335.7º | 0.36% | 0.85% | - |
| XYZ | 45.5 | 36.31 | 43.14 | - |
| YUV | 166.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 171 | 0 | 0.36 | 0.22 | 0.15 | 335.7 | 0.52 | 0.7 |
| Hex | DA | 8B | AB | 0 | 24 | 16 | F | 150 | 34 | 46 |
| Octal | 332 | 213 | 253 | 0 | 44 | 26 | 17 | 520 | 64 | 106 |
| Binary | 11011010 | 10001011 | 10101011 | 0 | 100100 | 10110 | 1111 | 101010000 | 110100 | 1000110 |
Color Harmonies of #DA8BAB
Complementary color
Monochromatic Colors of #DA8BAB
Black with #DA8BAB
Text Example
Text Example
White with #DA8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BAB; }
p { color: rgb(218,139,171); }
H1.HeaderClassName
{
color: #DA8BAB;
}
.AnyTagClassName
{
color: #DA8BAB;
}
</style>
background-color css
<style>
a { background-color: #DA8BAB; }
a { background-color: rgb(218,139,171); }
div.DivClassName
{
background-color: #DA8BAB;
}
.BgClassName
{
background-color: #DA8BAB;
}
</style>
border-color css
<style>
span { border-color: #DA8BAB; }
span { border-color: rgb(218,139,171); }
td.TdClassName
{
border-color: #DA8BAB;
}
.TagClassName
{
border-color: #DA8BAB;
}
</style>