Shades of Kobi #DF89AE
Tints of Kobi #DF89AE
RGB
CMYK
RGB Variations
Color information
#DF89AE (or 0xDF89AE) is known color: Kobi. HEX triplet: DF, 89 and AE. RGB value is (223,137,174). Sum of RGB (Red+Green+Blue) = 223+137+174=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89AE is #207651. Grayscale: #A6A6A6. Windows color (decimal): -2127442 or 11438559. OLE color: 11438559.
HSL color Cylindrical-coordinate representation of color #DF89AE: hue angle of 334.19º 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 #DF89AE is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 174 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.13 |
| HSL | 334.19º | 0.57% | 0.71% | - |
| HSV(B) | 334.19º | 0.39% | 0.87% | - |
| XYZ | 47.02 | 36.64 | 44.64 | - |
| YUV | 166.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 174 | 0 | 0.39 | 0.22 | 0.13 | 334.19 | 0.57 | 0.71 |
| Hex | DF | 89 | AE | 0 | 27 | 16 | D | 14E | 39 | 47 |
| Octal | 337 | 211 | 256 | 0 | 47 | 26 | 15 | 516 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10101110 | 0 | 100111 | 10110 | 1101 | 101001110 | 111001 | 1000111 |
Color Harmonies of #DF89AE
Complementary color
Monochromatic Colors of #DF89AE
Black with #DF89AE
Text Example
Text Example
White with #DF89AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89AE; }
p { color: rgb(223,137,174); }
H1.HeaderClassName
{
color: #DF89AE;
}
.AnyTagClassName
{
color: #DF89AE;
}
</style>
background-color css
<style>
a { background-color: #DF89AE; }
a { background-color: rgb(223,137,174); }
div.DivClassName
{
background-color: #DF89AE;
}
.BgClassName
{
background-color: #DF89AE;
}
</style>
border-color css
<style>
span { border-color: #DF89AE; }
span { border-color: rgb(223,137,174); }
td.TdClassName
{
border-color: #DF89AE;
}
.TagClassName
{
border-color: #DF89AE;
}
</style>