Shades of Kobi #DA83AB
Tints of Kobi #DA83AB
RGB
CMYK
RGB Variations
Color information
#DA83AB (or 0xDA83AB) is known color: Kobi. HEX triplet: DA, 83 and AB. RGB value is (218,131,171). Sum of RGB (Red+Green+Blue) = 218+131+171=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA83AB is #257C54. Grayscale: #A1A1A1. Windows color (decimal): -2456661 or 11240410. OLE color: 11240410.
HSL color Cylindrical-coordinate representation of color #DA83AB: hue angle of 332.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83AB is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 171 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.15 |
| HSL | 332.41º | 0.54% | 0.68% | - |
| HSV(B) | 332.41º | 0.4% | 0.85% | - |
| XYZ | 44.38 | 34.08 | 42.77 | - |
| YUV | 161.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 171 | 0 | 0.40 | 0.22 | 0.15 | 332.41 | 0.54 | 0.68 |
| Hex | DA | 83 | AB | 0 | 28 | 16 | F | 14C | 36 | 44 |
| Octal | 332 | 203 | 253 | 0 | 50 | 26 | 17 | 514 | 66 | 104 |
| Binary | 11011010 | 10000011 | 10101011 | 0 | 101000 | 10110 | 1111 | 101001100 | 110110 | 1000100 |
Color Harmonies of #DA83AB
Complementary color
Monochromatic Colors of #DA83AB
Black with #DA83AB
Text Example
Text Example
White with #DA83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83AB; }
p { color: rgb(218,131,171); }
H1.HeaderClassName
{
color: #DA83AB;
}
.AnyTagClassName
{
color: #DA83AB;
}
</style>
background-color css
<style>
a { background-color: #DA83AB; }
a { background-color: rgb(218,131,171); }
div.DivClassName
{
background-color: #DA83AB;
}
.BgClassName
{
background-color: #DA83AB;
}
</style>
border-color css
<style>
span { border-color: #DA83AB; }
span { border-color: rgb(218,131,171); }
td.TdClassName
{
border-color: #DA83AB;
}
.TagClassName
{
border-color: #DA83AB;
}
</style>