Shades of Kobi #DF89A3
Tints of Kobi #DF89A3
RGB
CMYK
RGB Variations
Color information
#DF89A3 (or 0xDF89A3) is known color: Kobi. HEX triplet: DF, 89 and A3. RGB value is (223,137,163). Sum of RGB (Red+Green+Blue) = 223+137+163=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF89A3 is #20765C. Grayscale: #A5A5A5. Windows color (decimal): -2127453 or 10717663. OLE color: 10717663.
HSL color Cylindrical-coordinate representation of color #DF89A3: hue angle of 341.86º 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 #DF89A3 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 163 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.13 |
| HSL | 341.86º | 0.57% | 0.71% | - |
| HSV(B) | 341.86º | 0.39% | 0.87% | - |
| XYZ | 45.99 | 36.22 | 39.22 | - |
| YUV | 165.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 163 | 0 | 0.39 | 0.27 | 0.13 | 341.86 | 0.57 | 0.71 |
| Hex | DF | 89 | A3 | 0 | 27 | 1B | D | 156 | 39 | 47 |
| Octal | 337 | 211 | 243 | 0 | 47 | 33 | 15 | 526 | 71 | 107 |
| Binary | 11011111 | 10001001 | 10100011 | 0 | 100111 | 11011 | 1101 | 101010110 | 111001 | 1000111 |
Color Harmonies of #DF89A3
Complementary color
Monochromatic Colors of #DF89A3
Black with #DF89A3
Text Example
Text Example
White with #DF89A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF89A3; }
p { color: rgb(223,137,163); }
H1.HeaderClassName
{
color: #DF89A3;
}
.AnyTagClassName
{
color: #DF89A3;
}
</style>
background-color css
<style>
a { background-color: #DF89A3; }
a { background-color: rgb(223,137,163); }
div.DivClassName
{
background-color: #DF89A3;
}
.BgClassName
{
background-color: #DF89A3;
}
</style>
border-color css
<style>
span { border-color: #DF89A3; }
span { border-color: rgb(223,137,163); }
td.TdClassName
{
border-color: #DF89A3;
}
.TagClassName
{
border-color: #DF89A3;
}
</style>