Shades of Kobi #DA82AB
Tints of Kobi #DA82AB
RGB
CMYK
RGB Variations
Color information
#DA82AB (or 0xDA82AB) is known color: Kobi. HEX triplet: DA, 82 and AB. RGB value is (218,130,171). Sum of RGB (Red+Green+Blue) = 218+130+171=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82AB is #257D54. Grayscale: #A0A0A0. Windows color (decimal): -2456917 or 11240154. OLE color: 11240154.
HSL color Cylindrical-coordinate representation of color #DA82AB: hue angle of 332.05º 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 #DA82AB is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 171 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.15 |
| HSL | 332.05º | 0.54% | 0.68% | - |
| HSV(B) | 332.05º | 0.4% | 0.85% | - |
| XYZ | 44.25 | 33.81 | 42.72 | - |
| YUV | 160.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 171 | 0 | 0.40 | 0.22 | 0.15 | 332.05 | 0.54 | 0.68 |
| Hex | DA | 82 | AB | 0 | 28 | 16 | F | 14C | 36 | 44 |
| Octal | 332 | 202 | 253 | 0 | 50 | 26 | 17 | 514 | 66 | 104 |
| Binary | 11011010 | 10000010 | 10101011 | 0 | 101000 | 10110 | 1111 | 101001100 | 110110 | 1000100 |
Color Harmonies of #DA82AB
Complementary color
Monochromatic Colors of #DA82AB
Black with #DA82AB
Text Example
Text Example
White with #DA82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82AB; }
p { color: rgb(218,130,171); }
H1.HeaderClassName
{
color: #DA82AB;
}
.AnyTagClassName
{
color: #DA82AB;
}
</style>
background-color css
<style>
a { background-color: #DA82AB; }
a { background-color: rgb(218,130,171); }
div.DivClassName
{
background-color: #DA82AB;
}
.BgClassName
{
background-color: #DA82AB;
}
</style>
border-color css
<style>
span { border-color: #DA82AB; }
span { border-color: rgb(218,130,171); }
td.TdClassName
{
border-color: #DA82AB;
}
.TagClassName
{
border-color: #DA82AB;
}
</style>