Shades of Kobi #DF89A6
Tints of Kobi #DF89A6
RGB
CMYK
RGB Variations
Color information
#DF89A6 (or 0xDF89A6) is known color: Kobi. HEX triplet: DF, 89 and A6. RGB value is (223,137,166). Sum of RGB (Red+Green+Blue) = 223+137+166=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89A6 is #207659. Grayscale: #A5A5A5. Windows color (decimal): -2127450 or 10914271. OLE color: 10914271.
HSL color Cylindrical-coordinate representation of color #DF89A6: hue angle of 339.77º 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 #DF89A6 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 166 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.13 |
| HSL | 339.77º | 0.57% | 0.71% | - |
| HSV(B) | 339.77º | 0.39% | 0.87% | - |
| XYZ | 46.26 | 36.33 | 40.65 | - |
| YUV | 166.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 166 | 0 | 0.39 | 0.26 | 0.13 | 339.77 | 0.57 | 0.71 |
| Hex | DF | 89 | A6 | 0 | 27 | 1A | D | 154 | 39 | 47 |
| Octal | 337 | 211 | 246 | 0 | 47 | 32 | 15 | 524 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10100110 | 0 | 100111 | 11010 | 1101 | 101010100 | 111001 | 1000111 |
Color Harmonies of #DF89A6
Complementary color
Monochromatic Colors of #DF89A6
Black with #DF89A6
Text Example
Text Example
White with #DF89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89A6; }
p { color: rgb(223,137,166); }
H1.HeaderClassName
{
color: #DF89A6;
}
.AnyTagClassName
{
color: #DF89A6;
}
</style>
background-color css
<style>
a { background-color: #DF89A6; }
a { background-color: rgb(223,137,166); }
div.DivClassName
{
background-color: #DF89A6;
}
.BgClassName
{
background-color: #DF89A6;
}
</style>
border-color css
<style>
span { border-color: #DF89A6; }
span { border-color: rgb(223,137,166); }
td.TdClassName
{
border-color: #DF89A6;
}
.TagClassName
{
border-color: #DF89A6;
}
</style>