Shades of Kobi #DF89AA
Tints of Kobi #DF89AA
RGB
CMYK
RGB Variations
Color information
#DF89AA (or 0xDF89AA) is known color: Kobi. HEX triplet: DF, 89 and AA. RGB value is (223,137,170). Sum of RGB (Red+Green+Blue) = 223+137+170=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89AA is #207655. Grayscale: #A6A6A6. Windows color (decimal): -2127446 or 11176415. OLE color: 11176415.
HSL color Cylindrical-coordinate representation of color #DF89AA: hue angle of 336.98º 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 #DF89AA is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 170 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.13 |
| HSL | 336.98º | 0.57% | 0.71% | - |
| HSV(B) | 336.98º | 0.39% | 0.87% | - |
| XYZ | 46.63 | 36.48 | 42.61 | - |
| YUV | 166.48 | 129.99 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 170 | 0 | 0.39 | 0.24 | 0.13 | 336.98 | 0.57 | 0.71 |
| Hex | DF | 89 | AA | 0 | 27 | 18 | D | 151 | 39 | 47 |
| Octal | 337 | 211 | 252 | 0 | 47 | 30 | 15 | 521 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10101010 | 0 | 100111 | 11000 | 1101 | 101010001 | 111001 | 1000111 |
Color Harmonies of #DF89AA
Complementary color
Monochromatic Colors of #DF89AA
Black with #DF89AA
Text Example
Text Example
White with #DF89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89AA; }
p { color: rgb(223,137,170); }
H1.HeaderClassName
{
color: #DF89AA;
}
.AnyTagClassName
{
color: #DF89AA;
}
</style>
background-color css
<style>
a { background-color: #DF89AA; }
a { background-color: rgb(223,137,170); }
div.DivClassName
{
background-color: #DF89AA;
}
.BgClassName
{
background-color: #DF89AA;
}
</style>
border-color css
<style>
span { border-color: #DF89AA; }
span { border-color: rgb(223,137,170); }
td.TdClassName
{
border-color: #DF89AA;
}
.TagClassName
{
border-color: #DF89AA;
}
</style>