Shades of Kobi #DF89AB
Tints of Kobi #DF89AB
RGB
CMYK
RGB Variations
Color information
#DF89AB (or 0xDF89AB) is known color: Kobi. HEX triplet: DF, 89 and AB. RGB value is (223,137,171). Sum of RGB (Red+Green+Blue) = 223+137+171=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89AB is #207654. Grayscale: #A6A6A6. Windows color (decimal): -2127445 or 11241951. OLE color: 11241951.
HSL color Cylindrical-coordinate representation of color #DF89AB: hue angle of 336.28º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89AB is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 171 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.13 |
| HSL | 336.28º | 0.57% | 0.71% | - |
| HSV(B) | 336.28º | 0.39% | 0.87% | - |
| XYZ | 46.73 | 36.52 | 43.11 | - |
| YUV | 166.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 171 | 0 | 0.39 | 0.23 | 0.13 | 336.28 | 0.57 | 0.71 |
| Hex | DF | 89 | AB | 0 | 27 | 17 | D | 150 | 39 | 47 |
| Octal | 337 | 211 | 253 | 0 | 47 | 27 | 15 | 520 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10101011 | 0 | 100111 | 10111 | 1101 | 101010000 | 111001 | 1000111 |
Color Harmonies of #DF89AB
Complementary color
Monochromatic Colors of #DF89AB
Black with #DF89AB
Text Example
Text Example
White with #DF89AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89AB; }
p { color: rgb(223,137,171); }
H1.HeaderClassName
{
color: #DF89AB;
}
.AnyTagClassName
{
color: #DF89AB;
}
</style>
background-color css
<style>
a { background-color: #DF89AB; }
a { background-color: rgb(223,137,171); }
div.DivClassName
{
background-color: #DF89AB;
}
.BgClassName
{
background-color: #DF89AB;
}
</style>
border-color css
<style>
span { border-color: #DF89AB; }
span { border-color: rgb(223,137,171); }
td.TdClassName
{
border-color: #DF89AB;
}
.TagClassName
{
border-color: #DF89AB;
}
</style>