Shades of Kobi #DA81AB
Tints of Kobi #DA81AB
RGB
CMYK
RGB Variations
Color information
#DA81AB (or 0xDA81AB) is known color: Kobi. HEX triplet: DA, 81 and AB. RGB value is (218,129,171). Sum of RGB (Red+Green+Blue) = 218+129+171=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA81AB is #257E54. Grayscale: #A0A0A0. Windows color (decimal): -2457173 or 11239898. OLE color: 11239898.
HSL color Cylindrical-coordinate representation of color #DA81AB: hue angle of 331.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81AB is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 171 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.15 |
| HSL | 331.69º | 0.55% | 0.68% | - |
| HSV(B) | 331.69º | 0.41% | 0.85% | - |
| XYZ | 44.11 | 33.55 | 42.68 | - |
| YUV | 160.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 171 | 0 | 0.41 | 0.22 | 0.15 | 331.69 | 0.55 | 0.68 |
| Hex | DA | 81 | AB | 0 | 29 | 16 | F | 14C | 37 | 44 |
| Octal | 332 | 201 | 253 | 0 | 51 | 26 | 17 | 514 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10101011 | 0 | 101001 | 10110 | 1111 | 101001100 | 110111 | 1000100 |
Color Harmonies of #DA81AB
Complementary color
Monochromatic Colors of #DA81AB
Black with #DA81AB
Text Example
Text Example
White with #DA81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81AB; }
p { color: rgb(218,129,171); }
H1.HeaderClassName
{
color: #DA81AB;
}
.AnyTagClassName
{
color: #DA81AB;
}
</style>
background-color css
<style>
a { background-color: #DA81AB; }
a { background-color: rgb(218,129,171); }
div.DivClassName
{
background-color: #DA81AB;
}
.BgClassName
{
background-color: #DA81AB;
}
</style>
border-color css
<style>
span { border-color: #DA81AB; }
span { border-color: rgb(218,129,171); }
td.TdClassName
{
border-color: #DA81AB;
}
.TagClassName
{
border-color: #DA81AB;
}
</style>